Merge pull request #14165 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
This commit is contained in:
commit
840f49a425
@ -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 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 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 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-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-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'
|
__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 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 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 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 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-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'
|
__fish_brew_complete_arg 'bump-formula-pr' -l no-browse -d 'Print the pull request URL instead of opening in a browser'
|
||||||
|
|||||||
@ -506,7 +506,7 @@ _brew_bump_cask_pr() {
|
|||||||
'--force[Ignore duplicate open PRs]' \
|
'--force[Ignore duplicate open PRs]' \
|
||||||
'--fork-org[Use the specified GitHub organization for forking]' \
|
'--fork-org[Use the specified GitHub organization for forking]' \
|
||||||
'--help[Show this message]' \
|
'--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]' \
|
'(--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-browse[Print the pull request URL instead of opening in a browser]' \
|
||||||
'--no-fork[Don'\''t try to fork the repository]' \
|
'--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]' \
|
'--force[Ignore duplicate open PRs. Remove all mirrors if `--mirror` was not specified]' \
|
||||||
'--fork-org[Use the specified GitHub organization for forking]' \
|
'--fork-org[Use the specified GitHub organization for forking]' \
|
||||||
'--help[Show this message]' \
|
'--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]' \
|
'--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]' \
|
'(--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]' \
|
'--no-browse[Print the pull request URL instead of opening in a browser]' \
|
||||||
|
|||||||
@ -1004,7 +1004,7 @@ supplied by the user.
|
|||||||
* `--version`:
|
* `--version`:
|
||||||
Specify the new *`version`* for the cask.
|
Specify the new *`version`* for the cask.
|
||||||
* `--message`:
|
* `--message`:
|
||||||
Append *`message`* to the default pull request message.
|
Prepend *`message`* to the default pull request message.
|
||||||
* `--url`:
|
* `--url`:
|
||||||
Specify the *`URL`* for the new download.
|
Specify the *`URL`* for the new download.
|
||||||
* `--sha256`:
|
* `--sha256`:
|
||||||
@ -1056,7 +1056,7 @@ nor vice versa. It must use whichever style specification the formula already us
|
|||||||
* `--version`:
|
* `--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.
|
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`:
|
* `--message`:
|
||||||
Append *`message`* to the default pull request message.
|
Prepend *`message`* to the default pull request message.
|
||||||
* `--url`:
|
* `--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.
|
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`:
|
* `--sha256`:
|
||||||
|
|||||||
@ -1437,7 +1437,7 @@ Specify the new \fIversion\fR for the cask\.
|
|||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-message\fR
|
\fB\-\-message\fR
|
||||||
Append \fImessage\fR to the default pull request message\.
|
Prepend \fImessage\fR to the default pull request message\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-url\fR
|
\fB\-\-url\fR
|
||||||
@ -1516,7 +1516,7 @@ Use the specified \fIversion\fR to override the value parsed from the URL or tag
|
|||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-message\fR
|
\fB\-\-message\fR
|
||||||
Append \fImessage\fR to the default pull request message\.
|
Prepend \fImessage\fR to the default pull request message\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-url\fR
|
\fB\-\-url\fR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user