Merge pull request #14165 from Homebrew/sponsors-maintainers-man-completions

Update manpage and completions.
This commit is contained in:
Mike McQuaid 2022-11-21 15:04:00 +00:00 committed by GitHub
commit 840f49a425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -408,7 +408,7 @@ __fish_brew_complete_arg 'bump-cask-pr' -l dry-run -d 'Print what would be done
__fish_brew_complete_arg 'bump-cask-pr' -l force -d 'Ignore duplicate open PRs'
__fish_brew_complete_arg 'bump-cask-pr' -l fork-org -d 'Use the specified GitHub organization for forking'
__fish_brew_complete_arg 'bump-cask-pr' -l help -d 'Show this message'
__fish_brew_complete_arg 'bump-cask-pr' -l message -d 'Append message to the default pull request message'
__fish_brew_complete_arg 'bump-cask-pr' -l message -d 'Prepend message to the default pull request message'
__fish_brew_complete_arg 'bump-cask-pr' -l no-audit -d 'Don\'t run `brew audit` before opening the PR'
__fish_brew_complete_arg 'bump-cask-pr' -l no-browse -d 'Print the pull request URL instead of opening in a browser'
__fish_brew_complete_arg 'bump-cask-pr' -l no-fork -d 'Don\'t try to fork the repository'
@ -430,7 +430,7 @@ __fish_brew_complete_arg 'bump-formula-pr' -l dry-run -d 'Print what would be do
__fish_brew_complete_arg 'bump-formula-pr' -l force -d 'Ignore duplicate open PRs. Remove all mirrors if `--mirror` was not specified'
__fish_brew_complete_arg 'bump-formula-pr' -l fork-org -d 'Use the specified GitHub organization for forking'
__fish_brew_complete_arg 'bump-formula-pr' -l help -d 'Show this message'
__fish_brew_complete_arg 'bump-formula-pr' -l message -d 'Append message to the default pull request message'
__fish_brew_complete_arg 'bump-formula-pr' -l message -d 'Prepend message to the default pull request message'
__fish_brew_complete_arg 'bump-formula-pr' -l mirror -d 'Use the specified URL as a mirror URL. If URL is a comma-separated list of URLs, multiple mirrors will be added'
__fish_brew_complete_arg 'bump-formula-pr' -l no-audit -d 'Don\'t run `brew audit` before opening the PR'
__fish_brew_complete_arg 'bump-formula-pr' -l no-browse -d 'Print the pull request URL instead of opening in a browser'

View File

@ -506,7 +506,7 @@ _brew_bump_cask_pr() {
'--force[Ignore duplicate open PRs]' \
'--fork-org[Use the specified GitHub organization for forking]' \
'--help[Show this message]' \
'--message[Append message to the default pull request message]' \
'--message[Prepend message to the default pull request message]' \
'(--online)--no-audit[Don'\''t run `brew audit` before opening the PR]' \
'--no-browse[Print the pull request URL instead of opening in a browser]' \
'--no-fork[Don'\''t try to fork the repository]' \
@ -531,7 +531,7 @@ _brew_bump_formula_pr() {
'--force[Ignore duplicate open PRs. Remove all mirrors if `--mirror` was not specified]' \
'--fork-org[Use the specified GitHub organization for forking]' \
'--help[Show this message]' \
'--message[Append message to the default pull request message]' \
'--message[Prepend message to the default pull request message]' \
'--mirror[Use the specified URL as a mirror URL. If URL is a comma-separated list of URLs, multiple mirrors will be added]' \
'(--strict --online)--no-audit[Don'\''t run `brew audit` before opening the PR]' \
'--no-browse[Print the pull request URL instead of opening in a browser]' \

View File

@ -1004,7 +1004,7 @@ supplied by the user.
* `--version`:
Specify the new *`version`* for the cask.
* `--message`:
Append *`message`* to the default pull request message.
Prepend *`message`* to the default pull request message.
* `--url`:
Specify the *`URL`* for the new download.
* `--sha256`:
@ -1056,7 +1056,7 @@ nor vice versa. It must use whichever style specification the formula already us
* `--version`:
Use the specified *`version`* to override the value parsed from the URL or tag. Note that `--version=0` can be used to delete an existing version override from a formula if it has become redundant.
* `--message`:
Append *`message`* to the default pull request message.
Prepend *`message`* to the default pull request message.
* `--url`:
Specify the *`URL`* for the new download. If a *`URL`* is specified, the *`SHA-256`* checksum of the new download should also be specified.
* `--sha256`:

View File

@ -1437,7 +1437,7 @@ Specify the new \fIversion\fR for the cask\.
.
.TP
\fB\-\-message\fR
Append \fImessage\fR to the default pull request message\.
Prepend \fImessage\fR to the default pull request message\.
.
.TP
\fB\-\-url\fR
@ -1516,7 +1516,7 @@ Use the specified \fIversion\fR to override the value parsed from the URL or tag
.
.TP
\fB\-\-message\fR
Append \fImessage\fR to the default pull request message\.
Prepend \fImessage\fR to the default pull request message\.
.
.TP
\fB\-\-url\fR