]> arthur.barton.de Git - brew-completion.git/commitdiff
Add completion for "brew outdated" command
authorAlexander Barton <alex@barton.de>
Sat, 20 Mar 2010 15:04:13 +0000 (16:04 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 20 Mar 2010 15:04:13 +0000 (16:04 +0100)
brew-completion.sh

index 44eb236ab07f78b0508ffe76d68537824456f02a..c8aef71516e8d690b128233f78d6fd170277bf7d 100644 (file)
@@ -94,8 +94,8 @@ _brew()
                        -v -H' -- "$cur") )
        elif [ "$cmd" = "" ]; then
                COMPREPLY=( $(compgen -W 'cleanup create edit home info \
-                       install link list log prune remove search uninstall \
-                       unlink update' -- "$cur") )
+                       install link list log outdated prune remove search \
+                       uninstall unlink update' -- "$cur") )
        fi
 }
 complete -F _brew brew