update brew completion

This commit is contained in:
tinogomes 2013-01-17 17:24:15 -02:00
commit 3d59bfbbe7

View file

@ -13,28 +13,34 @@ _brew_installed_formulae() {
local -a _1st_arguments
_1st_arguments=(
'cat:display formula file for a formula'
'cleanup:uninstall unused and old versions of packages'
'create:create a new formula'
'deps:list dependencies and dependants of a formula'
'doctor:audits your installation for common issues'
'edit:edit a formula'
'home:visit the homepage of a formula or the brew project'
'info:information about a formula'
'install:install a formula'
'link:link a formula'
'list:list files in a formula or not-installed formulae'
'log:git commit log for a formula'
'audit:check formulae for Homebrew coding style violations.'
'cat:display formula file for a formula.'
'cleanup:uninstall unused and old versions of packages.'
'create:create a new formula.'
'deps:list dependencies and dependants of a formula.'
'doctor:audits your installation for common issues.'
'edit:edit a formula.'
'fetch:download the source packages for the given formulae.'
'home:visit the homepage of a formula or the brew project.'
'info:information about a formula.'
'install:install a formula.'
{link,ln}':link a formula.'
{list,ls}':list files in a formula or not-installed formulae.'
'log:git commit log for a formula.'
'missing:check all installed formuale for missing dependencies.'
'outdated:list formulas for which a newer version is available'
'prune:remove dead links'
'remove:remove a formula'
'search:search for a formula (/regex/ or string)'
'server:start a local web app that lets you browse formulae (requires Sinatra)'
'unlink:unlink a formula'
'update:freshen up links'
'upgrade:upgrade outdated formulae'
'uses:show formulas which depend on a formula'
'options:display install options specific to formula.'
'outdated:list formulas for which a newer version is available.'
'prune:remove dead links.'
{remove,rm,uninstall}':remove a formula.'
'search:search for a formula (/regex/ or string).'
'server:start a local web app that lets you browse formulae (requires Sinatra).'
'tap:ensures all tapped formula are symlinked and pruned dead formulas.'
'test:execute tests from a formula.'
'unlink:unlink a formula.'
'update:freshen up links.'
'upgrade:upgrade outdated formulae.'
'uses:show formulas which depend on a formula.'
'versions:list previous versions of formula.'
)
local expl