aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/brew_bash_completion.sh
diff options
context:
space:
mode:
authorJack Nagel2012-06-13 08:12:41 -0500
committerJack Nagel2012-06-13 08:14:25 -0500
commitec0a6ee2511f6d6b0cb5d5f8b2456ef57880b8da (patch)
tree7667017269e12835b48b6c21b0af6ac5ced7326b /Library/Contributions/brew_bash_completion.sh
parentec4b34aa082d9e1eaa54b8a890da924674e9ee0e (diff)
downloadbrew-ec0a6ee2511f6d6b0cb5d5f8b2456ef57880b8da.tar.bz2
Completion for "brew missing"
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Contributions/brew_bash_completion.sh')
-rw-r--r--Library/Contributions/brew_bash_completion.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh
index b984ed8b4..acfe97172 100644
--- a/Library/Contributions/brew_bash_completion.sh
+++ b/Library/Contributions/brew_bash_completion.sh
@@ -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 ;;