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

add test to completion

parent 3a4fa6aa
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ _brew_to_completion()
return
;;
# Commands that take an existing brew
abv|cleanup|link|list|ln|ls|remove|rm|uninstall|unlink)
abv|cleanup|link|list|ln|ls|remove|rm|test|uninstall|unlink)
COMPREPLY=( $(compgen -W "$(\ls $(brew --cellar))" -- ${cur}) )
return
;;
......
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