mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Merge pull request #1 from KevinBongart/brew-cask
Add new brew cask commands
This commit is contained in:
commit
69fa67cbac
1 changed files with 4 additions and 0 deletions
|
@ -34,14 +34,18 @@ _brew-cask()
|
||||||
"alfred:used to modify Alfred's scope to include the Caskroom"
|
"alfred:used to modify Alfred's scope to include the Caskroom"
|
||||||
'audit:verifies installability of casks'
|
'audit:verifies installability of casks'
|
||||||
'checklinks:checks for bad cask links'
|
'checklinks:checks for bad cask links'
|
||||||
|
'cleanup:cleans up cached downloads'
|
||||||
'create:creates a cask of the given name and opens it in an editor'
|
'create:creates a cask of the given name and opens it in an editor'
|
||||||
|
'doctor:checks for configuration issues'
|
||||||
'edit:edits the cask of the given name'
|
'edit:edits the cask of the given name'
|
||||||
|
'fetch:downloads Cask resources to local cache'
|
||||||
'home:opens the homepage of the cask of the given name'
|
'home:opens the homepage of the cask of the given name'
|
||||||
'info:displays information about the cask of the given name'
|
'info:displays information about the cask of the given name'
|
||||||
'install:installs the cask of the given name'
|
'install:installs the cask of the given name'
|
||||||
'list:with no args, lists installed casks; given installed casks, lists installed files'
|
'list:with no args, lists installed casks; given installed casks, lists installed files'
|
||||||
'search:searches all known casks'
|
'search:searches all known casks'
|
||||||
'uninstall:uninstalls the cask of the given name'
|
'uninstall:uninstalls the cask of the given name'
|
||||||
|
"update:a synonym for 'brew update'"
|
||||||
)
|
)
|
||||||
_describe -t commands "brew cask subcommand" subcommands
|
_describe -t commands "brew cask subcommand" subcommands
|
||||||
fi ;;
|
fi ;;
|
||||||
|
|
Loading…
Reference in a new issue