diff options
author | Kevin Bongart <contact@kevinbongart.net> | 2014-03-21 14:02:26 -0400 |
---|---|---|
committer | Kevin Bongart <contact@kevinbongart.net> | 2014-03-21 14:02:26 -0400 |
commit | 6a8f83bc5044f55e7386182683e853e6e7d2eebf (patch) | |
tree | f81ba3c17294ac984fb4425e4b88a1b880a3dae7 /plugins | |
parent | 288604ef1a19c5808eff439acf32330fda126f93 (diff) | |
download | zsh-6a8f83bc5044f55e7386182683e853e6e7d2eebf.tar.gz zsh-6a8f83bc5044f55e7386182683e853e6e7d2eebf.tar.bz2 zsh-6a8f83bc5044f55e7386182683e853e6e7d2eebf.zip |
Add new brew cask commands
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/brew-cask/brew-cask.plugin.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/brew-cask/brew-cask.plugin.zsh b/plugins/brew-cask/brew-cask.plugin.zsh index ef4f5208d..e0ee62293 100644 --- a/plugins/brew-cask/brew-cask.plugin.zsh +++ b/plugins/brew-cask/brew-cask.plugin.zsh @@ -34,14 +34,18 @@ _brew-cask() "alfred:used to modify Alfred's scope to include the Caskroom" 'audit:verifies installability of casks' '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' + 'doctor:checks for configuration issues' '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' 'info:displays information about 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' 'search:searches all known casks' 'uninstall:uninstalls the cask of the given name' + "update:a synonym for 'brew update'" ) _describe -t commands "brew cask subcommand" subcommands fi ;; |