]> arthur.barton.de Git - brew-completion.git/blobdiff - brew-completion.sh
Added option "--git" to brew "install" command
[brew-completion.git] / 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") )