Skip to content

Commit

Permalink
docs: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Jul 3, 2020
1 parent 54df344 commit fbd7a31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Flags:
-B, --branch string The name of the branch where changes are committed. (default "multi-gitter-branch")
-m, --commit-message string The commit message. Will default to title + body if none is set.
-d, --dry-run Run without pushing changes or creating pull requests
-R, --max-reviewers int If this value is set, reviewers will be randomized
-M, --max-reviewers int If this value is set, reviewers will be randomized
-b, --pr-body string The body of the commit message. Will default to everything but the first line of the commit message if none is set.
-t, --pr-title string The title of the PR. Will default to the first line of the commit message if none is set.
-r, --reviewers strings The username of the reviewers to be added on the pull request.
Expand All @@ -42,6 +42,7 @@ Global Flags:
-g, --gh-base-url string Base URL of the (v3) GitHub API, needs to be changed if GitHub enterprise is used.
-L, --log-level string The level of logging that should be made. Available values: trace, debug, info, error (default "info")
-o, --org strings The name of a GitHub organization. All repositories in that organization will be used.
-R, --repo strings The name, including owner of a repository in the format "ownerName/repoName"
-T, --token string The GitHub personal access token. Can also be set using the GITHUB_TOKEN environment variable.
-u, --user strings The name of a GitHub user. All repositories owned by that user will be used.
```
Expand All @@ -60,6 +61,7 @@ Global Flags:
-g, --gh-base-url string Base URL of the (v3) GitHub API, needs to be changed if GitHub enterprise is used.
-L, --log-level string The level of logging that should be made. Available values: trace, debug, info, error (default "info")
-o, --org strings The name of a GitHub organization. All repositories in that organization will be used.
-R, --repo strings The name, including owner of a repository in the format "ownerName/repoName"
-T, --token string The GitHub personal access token. Can also be set using the GITHUB_TOKEN environment variable.
-u, --user strings The name of a GitHub user. All repositories owned by that user will be used.
```
Expand All @@ -78,6 +80,7 @@ Global Flags:
-g, --gh-base-url string Base URL of the (v3) GitHub API, needs to be changed if GitHub enterprise is used.
-L, --log-level string The level of logging that should be made. Available values: trace, debug, info, error (default "info")
-o, --org strings The name of a GitHub organization. All repositories in that organization will be used.
-R, --repo strings The name, including owner of a repository in the format "ownerName/repoName"
-T, --token string The GitHub personal access token. Can also be set using the GITHUB_TOKEN environment variable.
-u, --user strings The name of a GitHub user. All repositories owned by that user will be used.
```
Expand Down

0 comments on commit fbd7a31

Please sign in to comment.