]> arthur.barton.de Git - brew-completion.git/commitdiff
Added options "--fink" and "--cache" to brew "create" command
authorAlexander Barton <alex@barton.de>
Tue, 22 Jun 2010 16:06:08 +0000 (18:06 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 22 Jun 2010 16:06:08 +0000 (18:06 +0200)
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
                        ;;