X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=brew-completion.git;a=blobdiff_plain;f=brew-completion.sh;h=e79a16e16fec6ca5f0aa563655ab155b9b82a5ac;hp=58eb4ff4e9f779db2817a50e1f384b81aaa45c56;hb=da63a4a6c75eb9c8458e2082a6b2d68ec8c0f276;hpb=ff016f96aae69d07ccc7f910758d4bec017c9ef7 diff --git a/brew-completion.sh b/brew-completion.sh index 58eb4ff..e79a16e 100644 --- a/brew-completion.sh +++ b/brew-completion.sh @@ -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") )