diff options
| author | Adam Vandenberg | 2010-10-07 20:27:12 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-07 20:27:12 -0700 |
| commit | d501b256e5a81176b4efe0b3f008ddf090b29b39 (patch) | |
| tree | ebf0acd254c0466773b879aa33db02c89972c279 /Library/Contributions/brew_bash_completion.sh | |
| parent | 3a4fa6aa57519c3e3615b9d10b4f795cd3738bf0 (diff) | |
| download | brew-d501b256e5a81176b4efe0b3f008ddf090b29b39.tar.bz2 | |
add test to completion
Diffstat (limited to 'Library/Contributions/brew_bash_completion.sh')
| -rw-r--r-- | Library/Contributions/brew_bash_completion.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index 07571f79a..e12d375d2 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -35,7 +35,7 @@ _brew_to_completion() return ;; # Commands that take an existing brew - abv|cleanup|link|list|ln|ls|remove|rm|uninstall|unlink) + abv|cleanup|link|list|ln|ls|remove|rm|test|uninstall|unlink) COMPREPLY=( $(compgen -W "$(\ls $(brew --cellar))" -- ${cur}) ) return ;; |
