From: Alexander Barton Date: Tue, 22 Jun 2010 16:06:08 +0000 (+0200) Subject: Added options "--fink" and "--cache" to brew "create" command X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=36cad6667d432f8ea8c57e29ee2539890f4c91c8;p=brew-completion.git Added options "--fink" and "--cache" to brew "create" command --- diff --git a/brew-completion.sh b/brew-completion.sh index c2ddeab..1a0946c 100644 --- a/brew-completion.sh +++ b/brew-completion.sh @@ -59,8 +59,8 @@ _brew() ;; "create") if [[ "$cur" == -* ]]; then - COMPREPLY=( $(compgen -W '--macports' \ - -- "$cur") ) + COMPREPLY=( $(compgen -W '--macports --fink \ + --cache' -- "$cur") ) fi return 0 ;;