From 3d59bfbbe7624fbade569cc1811ccd4d2d081b2a Mon Sep 17 00:00:00 2001 From: tinogomes Date: Thu, 17 Jan 2013 17:24:15 -0200 Subject: [PATCH] update brew completion --- plugins/brew/_brew | 48 ++++++++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 21 deletions(-) diff --git a/plugins/brew/_brew b/plugins/brew/_brew index 1dcf0a4bff26..65bfebcc77df 100644 --- a/plugins/brew/_brew +++ b/plugins/brew/_brew @@ -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