dev-cmd/bump: update shell completions and man page

Signed-off-by: botantony <antonsm21@gmail.com>
This commit is contained in:
botantony 2025-04-02 20:29:50 +02:00
parent aa86fcc9b3
commit 3c33fa9d43
No known key found for this signature in database
GPG Key ID: 7FE721557EA6AAD6
5 changed files with 12 additions and 2 deletions

View File

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

View File

@ -406,6 +406,7 @@ __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'
__fish_brew_complete_arg 'bump' -l installed -d 'Check formulae and casks that are currently installed'
__fish_brew_complete_arg 'bump' -l no-autobump -d 'Ignore formulae/casks in autobump list (official repositories only)'
__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'

View File

@ -539,13 +539,14 @@ _brew_bump() {
'--full-name[Print formulae/casks with fully-qualified names]' \
'--help[Show this message]' \
'(--tap --eval-all --auto)--installed[Check formulae and casks that are currently installed]' \
'--no-autobump[Ignore formulae/casks in autobump list (official repositories only)]' \
'--no-fork[Don'\''t try to fork the repository]' \
'(--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]' \
'(--installed --no-auto)--tap[Check formulae and casks within the given tap, specified as user`/`repo]' \
'--verbose[Make some output more verbose]' \
- formula \
'(--cask)--formula[Check only formulae]' \

View File

@ -2090,6 +2090,10 @@ displays whether a pull request has been opened with the URL.
: Do not retrieve pull requests from GitHub.
`--no-autobump`
: Ignore formulae/casks in autobump list (official repositories only).
`--formula`
: Check only formulae.

View File

@ -1,5 +1,5 @@
.\" generated by kramdown
.TH "BREW" "1" "March 2025" "Homebrew"
.TH "BREW" "1" "April 2025" "Homebrew"
.SH NAME
brew \- The Missing Package Manager for macOS (or Linux)
.SH "SYNOPSIS"
@ -1310,6 +1310,9 @@ Print formulae/casks with fully\-qualified names\.
\fB\-\-no\-pull\-requests\fP
Do not retrieve pull requests from GitHub\.
.TP
\fB\-\-no\-autobump\fP
Ignore formulae/casks in autobump list (official repositories only)\.
.TP
\fB\-\-formula\fP
Check only formulae\.
.TP