mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
completions/zsh: add brew bump-revision
This commit is contained in:
parent
090259b973
commit
2746102347
@ -258,6 +258,14 @@ _brew_bump_formula_pr() {
|
|||||||
': :__brew_formulae_or_ruby_files'
|
': :__brew_formulae_or_ruby_files'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# brew bump-revision [--dry-run] [--message] formula
|
||||||
|
_brew_bump_revision() {
|
||||||
|
_arguments \
|
||||||
|
'--dry-run[print what would be done rather than doing it]' \
|
||||||
|
'--message[append message to the default commit message]:message: ' \
|
||||||
|
': :__brew_formulae_or_ruby_files'
|
||||||
|
}
|
||||||
|
|
||||||
# brew cat formula
|
# brew cat formula
|
||||||
_brew_cat() {
|
_brew_cat() {
|
||||||
_arguments \
|
_arguments \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user