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-15 19:56:06 +00:00
parent 9e7eef33a6
commit f8cbcffeba
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 8 additions and 18 deletions

View File

@ -475,7 +475,6 @@ _brew_bump() {
--full-name --full-name
--help --help
--installed --installed
--limit
--no-fork --no-fork
--no-pull-requests --no-pull-requests
--open-pr --open-pr

View File

@ -389,7 +389,7 @@ __fish_brew_complete_arg 'bottle' -l write -d 'Write changes to the formula file
__fish_brew_complete_arg 'bottle' -a '(__fish_brew_suggest_formulae_installed)' __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_cmd 'bump' 'Displays out-of-date packages and the latest version available'
__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 eval-all -d 'Evaluate all formulae and casks' __fish_brew_complete_arg 'bump' -l eval-all -d 'Evaluate all formulae and casks'
@ -397,7 +397,6 @@ __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 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 installed -d 'Check formulae and casks that are currently installed' __fish_brew_complete_arg 'bump' -l installed -d 'Check formulae and casks that are currently installed'
__fish_brew_complete_arg 'bump' -l limit -d 'Limit number of package results returned'
__fish_brew_complete_arg 'bump' -l no-fork -d 'Don\'t try to fork the repository' __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 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 open-pr -d 'Open a pull request for the new version if none have been opened yet'

View File

@ -143,7 +143,7 @@ __brew_internal_commands() {
'audit:Check formula for Homebrew coding style violations' 'audit:Check formula for Homebrew coding style violations'
'autoremove:Uninstall formulae that were only installed as a dependency of another formula and are now no longer needed' 'autoremove:Uninstall formulae that were only installed as a dependency of another formula and are now no longer needed'
'bottle:Generate a bottle (binary package) from a formula that was installed with `--build-bottle`' 'bottle:Generate a bottle (binary package) from a formula that was installed with `--build-bottle`'
'bump:Display out-of-date brew formulae and the latest version available' 'bump:Displays out-of-date packages and the latest version available'
'bump-cask-pr:Create a pull request to update cask with a new version' 'bump-cask-pr:Create a pull request to update cask with a new version'
'bump-formula-pr:Create a pull request to update formula with a new URL or a new tag' 'bump-formula-pr:Create a pull request to update formula with a new URL or a new tag'
'bump-revision:Create a commit to increment the revision of formula' 'bump-revision:Create a commit to increment the revision of formula'
@ -514,11 +514,10 @@ _brew_bottle() {
_brew_bump() { _brew_bump() {
_arguments \ _arguments \
'--debug[Display any debugging information]' \ '--debug[Display any debugging information]' \
'--eval-all[Evaluate all formulae and casks]' \ '(--installed)--eval-all[Evaluate all formulae and casks]' \
'--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]' \
'(--tap)--installed[Check formulae and casks that are currently installed]' \ '(--tap --eval-all)--installed[Check formulae and casks that are currently installed]' \
'--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]' \

View File

@ -1754,9 +1754,9 @@ at its original value, while `--no-rebuild` will remove it.
### `bump` \[*`options`*\] \[*`formula`*\|*`cask`* ...\] ### `bump` \[*`options`*\] \[*`formula`*\|*`cask`* ...\]
Display out-of-date brew formulae and the latest version available. If the Displays out-of-date packages and the latest version available. If the returned
returned current and livecheck versions differ or when querying specific current and livecheck versions differ or when querying specific packages, also
formulae, also displays whether a pull request has been opened with the URL. displays whether a pull request has been opened with the URL.
`--full-name` `--full-name`
@ -1799,10 +1799,6 @@ formulae, also displays whether a pull request has been opened with the URL.
: Open a pull request for the new version if none have been opened yet. : Open a pull request for the new version if none have been opened yet.
`--limit`
: Limit number of package results returned.
`--start-with` `--start-with`
: Letter or word that the list of package results should alphabetically follow. : Letter or word that the list of package results should alphabetically follow.

View File

@ -1102,7 +1102,7 @@ Use the specified \fIURL\fP as the root of the bottle\[u2019]s URL instead of Ho
\fB\-\-root\-url\-using\fP \fB\-\-root\-url\-using\fP
Use the specified download strategy class for downloading the bottle\[u2019]s URL instead of Homebrew\[u2019]s default\. Use the specified download strategy class for downloading the bottle\[u2019]s URL instead of Homebrew\[u2019]s default\.
.SS "\fBbump\fP \fR[\fIoptions\fP] \fR[\fIformula\fP|\fIcask\fP \.\.\.]" .SS "\fBbump\fP \fR[\fIoptions\fP] \fR[\fIformula\fP|\fIcask\fP \.\.\.]"
Display out\-of\-date brew formulae and the latest version available\. If the returned current and livecheck versions differ or when querying specific formulae, also displays whether a pull request has been opened with the URL\. Displays out\-of\-date packages and the latest version available\. If the returned current and livecheck versions differ or when querying specific packages, also displays whether a pull request has been opened with the URL\.
.TP .TP
\fB\-\-full\-name\fP \fB\-\-full\-name\fP
Print formulae/casks with fully\-qualified names\. Print formulae/casks with fully\-qualified names\.
@ -1134,9 +1134,6 @@ Don\[u2019]t try to fork the repository\.
\fB\-\-open\-pr\fP \fB\-\-open\-pr\fP
Open a pull request for the new version if none have been opened yet\. Open a pull request for the new version if none have been opened yet\.
.TP .TP
\fB\-\-limit\fP
Limit number of package results returned\.
.TP
\fB\-\-start\-with\fP \fB\-\-start\-with\fP
Letter or word that the list of package results should alphabetically follow\. Letter or word that the list of package results should alphabetically follow\.
.SS "\fBbump\-cask\-pr\fP \fR[\fIoptions\fP] \fIcask\fP" .SS "\fBbump\-cask\-pr\fP \fR[\fIoptions\fP] \fIcask\fP"