add test to completion
This commit is contained in:
parent
3a4fa6aa57
commit
d501b256e5
@ -35,7 +35,7 @@ _brew_to_completion()
|
|||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
# Commands that take an existing brew
|
# 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}) )
|
COMPREPLY=( $(compgen -W "$(\ls $(brew --cellar))" -- ${cur}) )
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user