From 521f3d0f0ff9148f1f2fa21e11744c25488f349b Mon Sep 17 00:00:00 2001 From: Nabil Abdel-Hafeez <7283535+987Nabil@users.noreply.github.com> Date: Mon, 18 Jul 2022 11:14:08 +0200 Subject: [PATCH] Merge main --- docs/help.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/help.md b/docs/help.md index d9e264d2b9..cb1aa5bee2 100644 --- a/docs/help.md +++ b/docs/help.md @@ -3,7 +3,7 @@ All command line arguments for the `scala-steward` application. ``` -Usage: scala-steward --workspace --repos-file [--git-author-name ] --git-author-email [--git-author-signing-key ] --git-ask-pass [--sign-commits] [--vcs-type ] [--vcs-api-host ] --vcs-login [--do-not-fork] [--add-labels] [--ignore-opts-files] [--env-var ]... [--process-timeout ] [--whitelist ]... [--read-only ]... [--enable-sandbox | --disable-sandbox] [--max-buffer-size ] [--repo-config ]... [--disable-default-repo-config] [--scalafix-migrations ]... [--disable-default-scalafix-migrations] [--artifact-migrations ]... [--disable-default-artifact-migrations] [--cache-ttl ] [--bitbucket-server-use-default-reviewers] [--gitlab-merge-when-pipeline-succeeds] [--github-app-id --github-app-key-file ] [--url-checker-test-url ] [--default-maven-repo ] [--refresh-backoff-period ] +Usage: scala-steward --workspace --repos-file [--git-author-name ] --git-author-email [--git-author-signing-key ] --git-ask-pass [--sign-commits] [--vcs-type ] [--vcs-api-host ] --vcs-login [--do-not-fork] [--add-labels] [--ignore-opts-files] [--env-var ]... [--process-timeout ] [--whitelist ]... [--read-only ]... [--enable-sandbox | --disable-sandbox] [--max-buffer-size ] [--repo-config ]... [--disable-default-repo-config] [--scalafix-migrations ]... [--disable-default-scalafix-migrations] [--artifact-migrations ]... [--disable-default-artifact-migrations] [--cache-ttl ] [--bitbucket-server-use-default-reviewers] [--gitlab-merge-when-pipeline-succeeds] [--github-app-id --github-app-key-file ] [--url-checker-test-url ] [--default-maven-repo ] [--refresh-backoff-period ] [--coursier-dependencies ]... @@ -78,4 +78,6 @@ Options and flags: default: https://repo1.maven.org/maven2/ --refresh-backoff-period Period of time a failed build won't be triggered again; default: 0days + --coursier-dependencies + Additional coursier dependencies in the format ::, i.e. additional URL handlers. (can be used multiple times) ```