]> arthur.barton.de Git - brew-completion.git/commitdiff
Added option "--all" to brew "info" command
authorAlexander Barton <alex@barton.de>
Tue, 22 Jun 2010 16:22:22 +0000 (18:22 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 22 Jun 2010 16:22:22 +0000 (18:22 +0200)
brew-completion.sh

index 1a0946ccc4b21a9ee30da06840db4b7833eba23b..58eb4ff4e9f779db2817a50e1f384b81aaa45c56 100644 (file)
@@ -66,7 +66,7 @@ _brew()
                        ;;
                "info")
                        if [[ "$cur" == -* ]]; then
-                               COMPREPLY=( $(compgen -W '--github' \
+                               COMPREPLY=( $(compgen -W '--all --github' \
                                        -- "$cur") )
                        else
                                _brew_formula "$cur"