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-03-17 10:47:09 +00:00
parent 53f34af1c5
commit 0beb952530
5 changed files with 9 additions and 0 deletions

View File

@ -400,6 +400,7 @@ _brew_bump() {
--cask --cask
--debug --debug
--formula --formula
--full-name
--help --help
--limit --limit
--no-pull-requests --no-pull-requests

View File

@ -376,6 +376,7 @@ __fish_brew_complete_cmd 'bump' 'Display out-of-date brew formulae and the lates
__fish_brew_complete_arg 'bump' -l cask -d 'Check only casks' __fish_brew_complete_arg 'bump' -l cask -d 'Check only casks'
__fish_brew_complete_arg 'bump' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'bump' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'bump' -l formula -d 'Check only formulae' __fish_brew_complete_arg 'bump' -l formula -d 'Check only formulae'
__fish_brew_complete_arg 'bump' -l full-name -d 'Print formulae/casks with fully-qualified names'
__fish_brew_complete_arg 'bump' -l help -d 'Show this message' __fish_brew_complete_arg 'bump' -l help -d 'Show this message'
__fish_brew_complete_arg 'bump' -l limit -d 'Limit number of package results returned' __fish_brew_complete_arg 'bump' -l limit -d 'Limit number of package results returned'
__fish_brew_complete_arg 'bump' -l no-pull-requests -d 'Do not retrieve pull requests from GitHub' __fish_brew_complete_arg 'bump' -l no-pull-requests -d 'Do not retrieve pull requests from GitHub'

View File

@ -467,6 +467,7 @@ _brew_bottle() {
_brew_bump() { _brew_bump() {
_arguments \ _arguments \
'--debug[Display any debugging information]' \ '--debug[Display any debugging information]' \
'--full-name[Print formulae/casks with fully-qualified names]' \
'--help[Show this message]' \ '--help[Show this message]' \
'--limit[Limit number of package results returned]' \ '--limit[Limit number of package results returned]' \
'--no-pull-requests[Do not retrieve pull requests from GitHub]' \ '--no-pull-requests[Do not retrieve pull requests from GitHub]' \

View File

@ -829,6 +829,8 @@ value, while `--no-rebuild` will remove it.
Display out-of-date brew formulae and the latest version available. Display out-of-date brew formulae and the latest version available.
Also displays whether a pull request has been opened with the URL. Also displays whether a pull request has been opened with the URL.
* `--full-name`:
Print formulae/casks with fully-qualified names.
* `--no-pull-requests`: * `--no-pull-requests`:
Do not retrieve pull requests from GitHub. Do not retrieve pull requests from GitHub.
* `--formula`: * `--formula`:

View File

@ -1136,6 +1136,10 @@ Use the specified \fIURL\fR as the root of the bottle\'s URL instead of Homebrew
Display out\-of\-date brew formulae and the latest version available\. Also displays whether a pull request has been opened with the URL\. Display out\-of\-date brew formulae and the latest version available\. Also displays whether a pull request has been opened with the URL\.
. .
.TP .TP
\fB\-\-full\-name\fR
Print formulae/casks with fully\-qualified names\.
.
.TP
\fB\-\-no\-pull\-requests\fR \fB\-\-no\-pull\-requests\fR
Do not retrieve pull requests from GitHub\. Do not retrieve pull requests from GitHub\.
. .