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
|
||||
list ls
|
||||
log
|
||||
missing
|
||||
options
|
||||
outdated
|
||||
prune
|
||||
@ -411,6 +412,7 @@ _brew ()
|
||||
install) _brew_install ;;
|
||||
list|ls) _brew_list ;;
|
||||
log) _brew_log ;;
|
||||
missing) __brew_complete_formulae ;;
|
||||
options) _brew_options ;;
|
||||
outdated) _brew_outdated ;;
|
||||
search|-S) _brew_search ;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user