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-07-14 20:49:39 +00:00
parent 9f3c404b0b
commit fc08017310
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 20 additions and 0 deletions

View File

@ -438,6 +438,7 @@ _brew_bump() {
__brewcomp "
--cask
--debug
--eval-all
--formula
--full-name
--help
@ -447,6 +448,7 @@ _brew_bump() {
--no-pull-requests
--open-pr
--quiet
--repology
--start-with
--tap
--verbose

View File

@ -378,6 +378,7 @@ __fish_brew_complete_arg 'bottle' -a '(__fish_brew_suggest_formulae_installed)'
__fish_brew_complete_cmd 'bump' 'Display out-of-date brew formulae and the latest version available'
__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 eval-all -d 'Evaluate all formulae and casks'
__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'
@ -387,6 +388,7 @@ __fish_brew_complete_arg 'bump' -l no-fork -d 'Don\'t try to fork the repository
__fish_brew_complete_arg 'bump' -l no-pull-requests -d 'Do not retrieve pull requests from GitHub'
__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 repology -d 'Use Repology to check for outdated packages'
__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'

View File

@ -496,6 +496,7 @@ _brew_bottle() {
_brew_bump() {
_arguments \
'--debug[Display any debugging information]' \
'--eval-all[Evaluate all formulae and casks]' \
'--full-name[Print formulae/casks with fully-qualified names]' \
'--help[Show this message]' \
'(--tap)--installed[Check formulae and casks that are currently installed]' \
@ -504,6 +505,7 @@ _brew_bump() {
'(--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]' \
'--quiet[Make some output more quiet]' \
'--repology[Use Repology to check for outdated packages]' \
'--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]' \

View File

@ -1764,6 +1764,14 @@ formulae, also displays whether a pull request has been opened with the URL.
: Check only casks.
`--eval-all`
: Evaluate all formulae and casks.
`--repology`
: Use Repology to check for outdated packages.
`--tap`
: Check formulae and casks within the given tap, specified as

View File

@ -1108,6 +1108,12 @@ Check only formulae\.
\fB\-\-cask\fP
Check only casks\.
.TP
\fB\-\-eval\-all\fP
Evaluate all formulae and casks\.
.TP
\fB\-\-repology\fP
Use Repology to check for outdated packages\.
.TP
\fB\-\-tap\fP
Check formulae and casks within the given tap, specified as \fIuser\fP\fB/\fP\fIrepo\fP\&\.
.TP