]> arthur.barton.de Git - brew-completion.git/commitdiff
Added support for brew command "doctor"
authorAlexander Barton <alex@barton.de>
Tue, 22 Jun 2010 16:30:58 +0000 (18:30 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 22 Jun 2010 16:30:58 +0000 (18:30 +0200)
brew-completion.sh

index a3fd7d49dc4d67756a392681ce6c8559fd68228e..7447cfaaad65bea2f26c60c07352a59da68f4087 100644 (file)
@@ -107,9 +107,10 @@ _brew()
                        --help --prefix --version -v -H' \
                        -- "$cur") )
        elif [ "$cmd" = "" ]; then
-               COMPREPLY=( $(compgen -W 'cat cleanup create deps edit home \
-                       info install link list log outdated prune remove rm \
-                       search uninstall unlink update uses $EXTCMD' \
+               COMPREPLY=( $(compgen -W 'cat cleanup create deps doctor \
+                       edit home info install link list log outdated prune \
+                       remove rm search uninstall unlink update uses \
+                       $EXTCMD' \
                        -- "$cur") )
        fi
 }