add "bundle" command to zsh completion

Closes Homebrew/homebrew#25055.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Patrick Stadler 2013-12-08 16:27:45 +01:00 committed by Adam Vandenberg
parent ee1d8512bf
commit 6e7e3317cf

View File

@ -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'