From ec0a6ee2511f6d6b0cb5d5f8b2456ef57880b8da Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 13 Jun 2012 08:12:41 -0500 Subject: [PATCH] Completion for "brew missing" Signed-off-by: Jack Nagel --- Library/Contributions/brew_bash_completion.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index b984ed8b45..acfe971725 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 ;;