Update manpage and completions.

Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
This commit is contained in:
BrewTestBot 2024-03-06 15:21:01 +00:00
parent 54de70d4a6
commit c7dc7f1ebc
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 10 additions and 1 deletions

View File

@ -448,6 +448,7 @@ _brew_bump() {
--open-pr --open-pr
--quiet --quiet
--start-with --start-with
--tap
--verbose --verbose
" "
return return

View File

@ -388,6 +388,7 @@ __fish_brew_complete_arg 'bump' -l no-pull-requests -d 'Do not retrieve pull req
__fish_brew_complete_arg 'bump' -l open-pr -d 'Open a pull request for the new version if none have been opened yet' __fish_brew_complete_arg 'bump' -l open-pr -d 'Open a pull request for the new version if none have been opened yet'
__fish_brew_complete_arg 'bump' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'bump' -l quiet -d 'Make some output more quiet'
__fish_brew_complete_arg 'bump' -l start-with -d 'Letter or word that the list of package results should alphabetically follow' __fish_brew_complete_arg 'bump' -l start-with -d 'Letter or word that the list of package results should alphabetically follow'
__fish_brew_complete_arg 'bump' -l tap -d 'Check formulae and casks within the given tap, specified as user`/`repo'
__fish_brew_complete_arg 'bump' -l verbose -d 'Make some output more verbose' __fish_brew_complete_arg 'bump' -l verbose -d 'Make some output more verbose'
__fish_brew_complete_arg 'bump; and not __fish_seen_argument -l cask -l casks' -a '(__fish_brew_suggest_formulae_all)' __fish_brew_complete_arg 'bump; and not __fish_seen_argument -l cask -l casks' -a '(__fish_brew_suggest_formulae_all)'
__fish_brew_complete_arg 'bump; and not __fish_seen_argument -l formula -l formulae' -a '(__fish_brew_suggest_casks_all)' __fish_brew_complete_arg 'bump; and not __fish_seen_argument -l formula -l formulae' -a '(__fish_brew_suggest_casks_all)'

View File

@ -496,13 +496,14 @@ _brew_bump() {
'--debug[Display any debugging information]' \ '--debug[Display any debugging information]' \
'--full-name[Print formulae/casks with fully-qualified names]' \ '--full-name[Print formulae/casks with fully-qualified names]' \
'--help[Show this message]' \ '--help[Show this message]' \
'--installed[Check formulae and casks that are currently installed]' \ '(--tap)--installed[Check formulae and casks that are currently installed]' \
'--limit[Limit number of package results returned]' \ '--limit[Limit number of package results returned]' \
'--no-fork[Don'\''t try to fork the repository]' \ '--no-fork[Don'\''t try to fork the repository]' \
'(--open-pr)--no-pull-requests[Do not retrieve pull requests from GitHub]' \ '(--open-pr)--no-pull-requests[Do not retrieve pull requests from GitHub]' \
'(--no-pull-requests)--open-pr[Open a pull request for the new version if none have been opened yet]' \ '(--no-pull-requests)--open-pr[Open a pull request for the new version if none have been opened yet]' \
'--quiet[Make some output more quiet]' \ '--quiet[Make some output more quiet]' \
'--start-with[Letter or word that the list of package results should alphabetically follow]' \ '--start-with[Letter or word that the list of package results should alphabetically follow]' \
'(--installed)--tap[Check formulae and casks within the given tap, specified as user`/`repo]' \
'--verbose[Make some output more verbose]' \ '--verbose[Make some output more verbose]' \
- formula \ - formula \
'(--cask)--formula[Check only formulae]' \ '(--cask)--formula[Check only formulae]' \

View File

@ -1029,6 +1029,8 @@ formulae, also displays whether a pull request has been opened with the URL.
Check only formulae. Check only formulae.
* `--cask`: * `--cask`:
Check only casks. Check only casks.
* `--tap`:
Check formulae and casks within the given tap, specified as *`user`*`/`*`repo`*.
* `--installed`: * `--installed`:
Check formulae and casks that are currently installed. Check formulae and casks that are currently installed.
* `--no-fork`: * `--no-fork`:

View File

@ -1457,6 +1457,10 @@ Check only formulae\.
Check only casks\. Check only casks\.
. .
.TP .TP
\fB\-\-tap\fR
Check formulae and casks within the given tap, specified as \fIuser\fR\fB/\fR\fIrepo\fR\.
.
.TP
\fB\-\-installed\fR \fB\-\-installed\fR
Check formulae and casks that are currently installed\. Check formulae and casks that are currently installed\.
. .