Completion for "brew missing"
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
ec4b34aa08
commit
ec0a6ee251
@ -378,6 +378,7 @@ _brew ()
|
|||||||
link ln
|
link ln
|
||||||
list ls
|
list ls
|
||||||
log
|
log
|
||||||
|
missing
|
||||||
options
|
options
|
||||||
outdated
|
outdated
|
||||||
prune
|
prune
|
||||||
@ -411,6 +412,7 @@ _brew ()
|
|||||||
install) _brew_install ;;
|
install) _brew_install ;;
|
||||||
list|ls) _brew_list ;;
|
list|ls) _brew_list ;;
|
||||||
log) _brew_log ;;
|
log) _brew_log ;;
|
||||||
|
missing) __brew_complete_formulae ;;
|
||||||
options) _brew_options ;;
|
options) _brew_options ;;
|
||||||
outdated) _brew_outdated ;;
|
outdated) _brew_outdated ;;
|
||||||
search|-S) _brew_search ;;
|
search|-S) _brew_search ;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user