Update maintainers, manpage and completions.

Autogenerated by the [update-manpage](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-manpage.yml) workflow.
This commit is contained in:
BrewTestBot 2021-04-17 12:21:10 +00:00
parent 4a183cf109
commit 73966f4cd5
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 9 additions and 0 deletions

View File

@ -465,6 +465,7 @@ _brew_bump_formula_pr() {
--debug --debug
--dry-run --dry-run
--force --force
--fork-org
--help --help
--message --message
--mirror --mirror

View File

@ -415,6 +415,7 @@ __fish_brew_complete_arg 'bump-formula-pr' -l commit -d 'When passed with `--wri
__fish_brew_complete_arg 'bump-formula-pr' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'bump-formula-pr' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'bump-formula-pr' -l dry-run -d 'Print what would be done rather than doing it' __fish_brew_complete_arg 'bump-formula-pr' -l dry-run -d 'Print what would be done rather than doing it'
__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 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 'Append 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'

View File

@ -515,6 +515,7 @@ _brew_bump_formula_pr() {
'--debug[Display any debugging information]' \ '--debug[Display any debugging information]' \
'(--write)--dry-run[Print what would be done rather than doing it]' \ '(--write)--dry-run[Print what would be done rather than doing it]' \
'--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]' \
'--help[Show this message]' \ '--help[Show this message]' \
'--message[Append message to the default pull request message]' \ '--message[Append 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]' \

View File

@ -914,6 +914,8 @@ nor vice versa. It must use whichever style specification the formula already us
Don't try to fork the repository. Don't try to fork the repository.
* `--mirror`: * `--mirror`:
Use the specified *`URL`* as a mirror URL. If *`URL`* is a comma-separated list of URLs, multiple mirrors will be added. Use the specified *`URL`* as a mirror URL. If *`URL`* is a comma-separated list of URLs, multiple mirrors will be added.
* `--fork-org`:
Use the specified GitHub organization for forking.
* `--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`:

View File

@ -1274,6 +1274,10 @@ Don\'t try to fork the repository\.
Use the specified \fIURL\fR as a mirror URL\. If \fIURL\fR is a comma\-separated list of URLs, multiple mirrors will be added\. Use the specified \fIURL\fR as a mirror URL\. If \fIURL\fR is a comma\-separated list of URLs, multiple mirrors will be added\.
. .
.TP .TP
\fB\-\-fork\-org\fR
Use the specified GitHub organization for forking\.
.
.TP
\fB\-\-version\fR \fB\-\-version\fR
Use the specified \fIversion\fR to override the value parsed from the URL or tag\. Note that \fB\-\-version=0\fR can be used to delete an existing version override from a formula if it has become redundant\. Use the specified \fIversion\fR to override the value parsed from the URL or tag\. Note that \fB\-\-version=0\fR can be used to delete an existing version override from a formula if it has become redundant\.
. .