diff options
| -rw-r--r-- | Library/Contributions/brew_bash_completion.sh | 2 |
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 ;; |
