mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
update brew completion
This commit is contained in:
parent
03d199c412
commit
3d59bfbbe7
1 changed files with 27 additions and 21 deletions
|
|
@ -13,28 +13,34 @@ _brew_installed_formulae() {
|
||||||
|
|
||||||
local -a _1st_arguments
|
local -a _1st_arguments
|
||||||
_1st_arguments=(
|
_1st_arguments=(
|
||||||
'cat:display formula file for a formula'
|
'audit:check formulae for Homebrew coding style violations.'
|
||||||
'cleanup:uninstall unused and old versions of packages'
|
'cat:display formula file for a formula.'
|
||||||
'create:create a new formula'
|
'cleanup:uninstall unused and old versions of packages.'
|
||||||
'deps:list dependencies and dependants of a formula'
|
'create:create a new formula.'
|
||||||
'doctor:audits your installation for common issues'
|
'deps:list dependencies and dependants of a formula.'
|
||||||
'edit:edit a formula'
|
'doctor:audits your installation for common issues.'
|
||||||
'home:visit the homepage of a formula or the brew project'
|
'edit:edit a formula.'
|
||||||
'info:information about a formula'
|
'fetch:download the source packages for the given formulae.'
|
||||||
'install:install a formula'
|
'home:visit the homepage of a formula or the brew project.'
|
||||||
'link:link a formula'
|
'info:information about a formula.'
|
||||||
'list:list files in a formula or not-installed formulae'
|
'install:install a formula.'
|
||||||
'log:git commit log for 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.'
|
'missing:check all installed formuale for missing dependencies.'
|
||||||
'outdated:list formulas for which a newer version is available'
|
'options:display install options specific to formula.'
|
||||||
'prune:remove dead links'
|
'outdated:list formulas for which a newer version is available.'
|
||||||
'remove:remove a formula'
|
'prune:remove dead links.'
|
||||||
'search:search for a formula (/regex/ or string)'
|
{remove,rm,uninstall}':remove a formula.'
|
||||||
'server:start a local web app that lets you browse formulae (requires Sinatra)'
|
'search:search for a formula (/regex/ or string).'
|
||||||
'unlink:unlink a formula'
|
'server:start a local web app that lets you browse formulae (requires Sinatra).'
|
||||||
'update:freshen up links'
|
'tap:ensures all tapped formula are symlinked and pruned dead formulas.'
|
||||||
'upgrade:upgrade outdated formulae'
|
'test:execute tests from a formula.'
|
||||||
'uses:show formulas which depend on 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
|
local expl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue