From f580f7db4d02e512c4b8d3c8040013ba9a273826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlius=20Marko?= Date: Fri, 25 Mar 2022 10:44:01 +0100 Subject: [PATCH] update docs (#6) --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8bcf38c..c4900e8 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,10 @@ Available Commands: run Starts the webhook server Flags: - -h, --help help for server + -h, --help help for server + -p, --port int Server port (default 8080) + --request-changes When issue is found, mark PR as changes requested (default true) + -w, --workers int Workers count (default 30) Use "sqpr server [command] --help" for more information about a command. ``` @@ -106,11 +109,12 @@ Available Commands: run Process the given project and branch Flags: - --branch string SCM branch name (default "my-branch") - -h, --help help for cli - --mark Mark the issue as published to avoid sending it again - --project string Sonarqube project name (default "my-project") - --publish Publish review in the SCM + --branch string SCM branch name (default "my-branch") + -h, --help help for cli + --mark Mark the issue as published to avoid sending it again + --project string Sonarqube project name (default "my-project") + --publish Publish review in the SCM + --request-changes When issue is found, mark PR as changes requested (default true) Use "sqpr cli [command] --help" for more information about a command. ```