diff options
author | Robby Russell <robby@planetargon.com> | 2014-08-31 10:18:30 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-08-31 10:18:30 -0700 |
commit | b43e8ab723bd4448f5684c148f0cd0d972ca30b7 (patch) | |
tree | 45bb1392bd9d900b9893f7b118926d73612f42f0 /plugins/brew | |
parent | 6d5d67a35dcc8262dec72cd610ebfef355986f41 (diff) | |
parent | ee33cee83e78b53ca200b5647b024bcd93f8ee3d (diff) | |
download | zsh-b43e8ab723bd4448f5684c148f0cd0d972ca30b7.tar.gz zsh-b43e8ab723bd4448f5684c148f0cd0d972ca30b7.tar.bz2 zsh-b43e8ab723bd4448f5684c148f0cd0d972ca30b7.zip |
Merge pull request #3057 from igorzoriy/master
Added 'uninstall' command to brew completion
Diffstat (limited to 'plugins/brew')
-rw-r--r-- | plugins/brew/_brew | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/brew/_brew b/plugins/brew/_brew index 9eb3bb557..40442a1d3 100644 --- a/plugins/brew/_brew +++ b/plugins/brew/_brew @@ -50,6 +50,7 @@ _1st_arguments=( 'server:start a local web app that lets you browse formulae (requires Sinatra)' 'services:small wrapper around `launchctl` for supported formulae' 'tap:tap a new formula repository from GitHub, or list existing taps' + 'uninstall:uninstall a formula' 'unlink:unlink a formula' 'unpin:unpin specified formulae' 'untap:remove a tapped repository' |