add "bundle" command to zsh completion
Closes Homebrew/homebrew#25055. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ee1d8512bf
commit
6e7e3317cf
@ -25,6 +25,7 @@ _brew_outdated_formulae() {
|
||||
local -a _1st_arguments
|
||||
_1st_arguments=(
|
||||
'audit:check formulae for Homebrew coding style'
|
||||
'bundle:look for a Brewfile and run each line as a brew command'
|
||||
'cat:display formula file for a formula'
|
||||
'cleanup:uninstall unused and old versions of packages'
|
||||
'commands:show a list of commands'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user