diff options
| author | Adam Vandenberg | 2011-05-14 10:16:52 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-05-14 10:16:52 -0700 |
| commit | dae5a4477b0c5a08409b4db02bd0f5aff58bd72c (patch) | |
| tree | 9832e9b22d4068b21996a8d7cc700ca4259c8d67 | |
| parent | 3718a60c9021eb01ccb721db1c95fe245f514806 (diff) | |
| download | brew-dae5a4477b0c5a08409b4db02bd0f5aff58bd72c.tar.bz2 | |
Add remove back to completion
| -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 195478a2f..9384578e9 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -11,7 +11,7 @@ _brew_to_completion() [[ ${COMP_CWORD} -eq 1 ]] && { local actions="--cache --cellar --config --env --prefix --repository audit cat cleanup configure create deps doctor edit fetch help home info install link list log options - outdated prune search test uninstall unlink update uses" + outdated prune remove search test uninstall unlink update uses" local ext=$(\ls $(brew --repository)/Library/Contributions/examples | sed -e "s/\.rb//g" -e "s/brew-//g") COMPREPLY=( $(compgen -W "${actions} ${ext}" -- ${cur}) ) |
