Skip to content
Snippets Groups Projects
Commit 78ace67b authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

Add audit to bash completion

parent 4a4186c5
No related branches found
No related tags found
No related merge requests found
......@@ -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 |
......
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