aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2012-06-13 08:12:41 -0500
committerJack Nagel2012-06-13 08:14:25 -0500
commit58bdd43c41b9afc28581d503c1c9a71d870c1b4d (patch)
tree6ec808158ff616e8135b03cd92ac18fc4bcee5a2
parent24865de22ab7907bfffdae03eac5e14b429e5713 (diff)
downloadhomebrew-58bdd43c41b9afc28581d503c1c9a71d870c1b4d.tar.bz2
Completion for "brew missing"
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-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 ;;