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:
parent
3be12ca066
commit
f23d822108
@ -395,7 +395,7 @@ __fish_brew_complete_arg 'bump' -l full-name -d 'Print formulae/casks with fully
|
|||||||
__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'
|
||||||
__fish_brew_complete_arg 'bump' -l open-pr -d 'Open a pull request for the new version if there are none already open'
|
__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 verbose -d 'Make some output more verbose'
|
__fish_brew_complete_arg 'bump' -l verbose -d 'Make some output more verbose'
|
||||||
|
|||||||
@ -487,7 +487,7 @@ _brew_bump() {
|
|||||||
'--help[Show this message]' \
|
'--help[Show this message]' \
|
||||||
'--limit[Limit number of package results returned]' \
|
'--limit[Limit number of package results returned]' \
|
||||||
'(--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 there are none already open]' \
|
'(--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]' \
|
||||||
'--verbose[Make some output more verbose]' \
|
'--verbose[Make some output more verbose]' \
|
||||||
|
|||||||
@ -974,7 +974,7 @@ formulae, also displays whether a pull request has been opened with the URL.
|
|||||||
* `--cask`:
|
* `--cask`:
|
||||||
Check only casks.
|
Check only casks.
|
||||||
* `--open-pr`:
|
* `--open-pr`:
|
||||||
Open a pull request for the new version if there are none already open.
|
Open a pull request for the new version if none have been opened yet.
|
||||||
* `--limit`:
|
* `--limit`:
|
||||||
Limit number of package results returned.
|
Limit number of package results returned.
|
||||||
* `--start-with`:
|
* `--start-with`:
|
||||||
|
|||||||
@ -1387,7 +1387,7 @@ Check only casks\.
|
|||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-open\-pr\fR
|
\fB\-\-open\-pr\fR
|
||||||
Open a pull request for the new version if there are none already open\.
|
Open a pull request for the new version if none have been opened yet\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-limit\fR
|
\fB\-\-limit\fR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user