Skip to content

Commit

Permalink
update brew completion
Browse files Browse the repository at this point in the history
  • Loading branch information
tinogomes committed Mar 20, 2013
1 parent 03d199c commit 3d59bfb
Showing 1 changed file with 27 additions and 21 deletions.
48 changes: 27 additions & 21 deletions plugins/brew/_brew
Expand Up @@ -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
Expand Down

0 comments on commit 3d59bfb

Please sign in to comment.