From: Alexander Barton Date: Mon, 7 Jun 2010 11:37:23 +0000 (+0200) Subject: Add completion for "brew --cellar " command X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dd345f1b20f4b46747405748181e5cdfdc9aab7;p=brew-completion.git Add completion for "brew --cellar " command --- diff --git a/brew-completion.sh b/brew-completion.sh index c8aef71..f05a585 100644 --- a/brew-completion.sh +++ b/brew-completion.sh @@ -90,8 +90,8 @@ _brew() esac if [[ "$cur" == -* ]]; then - COMPREPLY=( $(compgen -W '--cache --help --prefix --version \ - -v -H' -- "$cur") ) + COMPREPLY=( $(compgen -W '--cache --cellar --help --prefix \ + --version -v -H' -- "$cur") ) elif [ "$cmd" = "" ]; then COMPREPLY=( $(compgen -W 'cleanup create edit home info \ install link list log outdated prune remove search \