Merge pull request #6647 from tommyang/bump-revision-zsh-completion

completions/zsh: add `brew bump-revision`
This commit is contained in:
Mike McQuaid 2019-10-28 09:09:23 +00:00 committed by GitHub
commit 2963bbec91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -258,6 +258,14 @@ _brew_bump_formula_pr() {
': :__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() {
_arguments \