]> arthur.barton.de Git - brew-completion.git/commitdiff
Add completion for "brew --env"
authorAlexander Barton <alex@barton.de>
Tue, 13 Jul 2010 21:53:58 +0000 (23:53 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 13 Jul 2010 21:53:58 +0000 (23:53 +0200)
brew-completion.sh

index c14827b09bc6121bcc34d6c68eb85aa743f06a67..60e92140a16f4c276d170d01cd3e6565bc34bc69 100644 (file)
@@ -105,7 +105,7 @@ _brew()
 
        if [[ "$cur" == -* ]]; then
                COMPREPLY=( $(compgen -W '--cache --cellar --config \
-                       --help --prefix --version -v -H' \
+                       --env --help --prefix --version -v -H' \
                        -- "$cur") )
        elif [ "$cmd" = "" ]; then
                COMPREPLY=( $(compgen -W 'cat cleanup create deps doctor \