Skip to content

Commit

Permalink
update docs (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
juldou authored Mar 25, 2022
1 parent ecf0924 commit f580f7d
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Expand Down Expand Up @@ -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.
```
Expand Down

0 comments on commit f580f7d

Please sign in to comment.