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:
parent
4a183cf109
commit
73966f4cd5
@ -465,6 +465,7 @@ _brew_bump_formula_pr() {
|
||||
--debug
|
||||
--dry-run
|
||||
--force
|
||||
--fork-org
|
||||
--help
|
||||
--message
|
||||
--mirror
|
||||
|
@ -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 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 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 mirror -d 'Use the specified URL as a mirror URL. If URL is a comma-separated list of URLs, multiple mirrors will be added'
|
||||
|
@ -515,6 +515,7 @@ _brew_bump_formula_pr() {
|
||||
'--debug[Display any debugging information]' \
|
||||
'(--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]' \
|
||||
'--fork-org[Use the specified GitHub organization for forking]' \
|
||||
'--help[Show this 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]' \
|
||||
|
@ -914,6 +914,8 @@ nor vice versa. It must use whichever style specification the formula already us
|
||||
Don't try to fork the repository.
|
||||
* `--mirror`:
|
||||
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`:
|
||||
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`:
|
||||
|
@ -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\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-fork\-org\fR
|
||||
Use the specified GitHub organization for forking\.
|
||||
.
|
||||
.TP
|
||||
\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\.
|
||||
.
|
||||
|
Loading…
x
Reference in New Issue
Block a user