Skip to content
Snippets Groups Projects
Unverified Commit 2963bbec authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

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

completions/zsh: add `brew bump-revision`
parents 82152425 27461023
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment