From: Alexander Barton Date: Sat, 20 Mar 2010 15:04:13 +0000 (+0100) Subject: Add completion for "brew outdated" command X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05daf893381293d49a700ab25a01dff29c5c697d;p=brew-completion.git Add completion for "brew outdated" command --- diff --git a/brew-completion.sh b/brew-completion.sh index 44eb236..c8aef71 100644 --- a/brew-completion.sh +++ b/brew-completion.sh @@ -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