Regenerate manpages and completions

Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
Patrick Linnane 2024-02-23 12:25:05 -08:00
parent 9092f760fb
commit 4c73646e36
No known key found for this signature in database
5 changed files with 9 additions and 0 deletions

View File

@ -443,6 +443,7 @@ _brew_bump() {
--help --help
--installed --installed
--limit --limit
--no-fork
--no-pull-requests --no-pull-requests
--open-pr --open-pr
--quiet --quiet

View File

@ -383,6 +383,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 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 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-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'
__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'

View File

@ -498,6 +498,7 @@ _brew_bump() {
'--help[Show this message]' \ '--help[Show this message]' \
'--installed[Check formulae and casks that are currently installed]' \ '--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]' \
'(--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]' \

View File

@ -1031,6 +1031,8 @@ formulae, also displays whether a pull request has been opened with the URL.
Check only casks. Check only casks.
* `--installed`: * `--installed`:
Check formulae and casks that are currently installed. Check formulae and casks that are currently installed.
* `--no-fork`:
Don't try to fork the repository.
* `--open-pr`: * `--open-pr`:
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`:

View File

@ -1461,6 +1461,10 @@ Check only casks\.
Check formulae and casks that are currently installed\. Check formulae and casks that are currently installed\.
. .
.TP .TP
\fB\-\-no\-fork\fR
Don\'t try to fork the repository\.
.
.TP
\fB\-\-open\-pr\fR \fB\-\-open\-pr\fR
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\.
. .