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

index 58eb4ff4e9f779db2817a50e1f384b81aaa45c56..e79a16e16fec6ca5f0aa563655ab155b9b82a5ac 100644 (file)
@@ -75,7 +75,7 @@ _brew()
                        ;;
                "install")
                        if [[ "$cur" == -* ]]; then
-                               COMPREPLY=( $(compgen -W '--HEAD -H \
+                               COMPREPLY=( $(compgen -W '--git --HEAD -H \
                                        --debug -d --interactive -i
                                        --verbose -v --ignore-dependencies' \
                                        -- "$cur") )