]> arthur.ath.cx Git - brew-completion.git/blobdiff - brew-completion.sh
Added options "--fink" and "--cache" to brew "create" command
[brew-completion.git] / brew-completion.sh
index c2ddeabe8d0bdcc37a5638236f50005defa4c932..1a0946ccc4b21a9ee30da06840db4b7833eba23b 100644 (file)
@@ -59,8 +59,8 @@ _brew()
                        ;;
                "create")
                        if [[ "$cur" == -* ]]; then
-                               COMPREPLY=( $(compgen -W '--macports' \
-                                       -- "$cur") )
+                               COMPREPLY=( $(compgen -W '--macports --fink \
+                                       --cache' -- "$cur") )
                        fi
                        return 0
                        ;;