Add audit to bash completion

This commit is contained in:
Adam Vandenberg 2011-03-31 11:09:45 -07:00
parent 4a4186c583
commit 78ace67b3f

View File

@ -9,7 +9,7 @@ _brew_to_completion()
# Subcommand list
[[ ${COMP_CWORD} -eq 1 ]] && {
local actions="--cache --config --prefix cat cleanup configure create
local actions="--cache --config --prefix audit cat cleanup configure create
deps doctor edit home info install link list log outdated prune
remove search unlink update uses"
local ext=$(\ls $(brew --repository)/Library/Contributions/examples |