diff options
author | Erlend Hamberg <ehamberg@gmail.com> | 2014-10-20 18:53:57 +0200 |
---|---|---|
committer | ncanceill <nicolas.canceill@ens-cachan.org> | 2015-06-12 00:24:43 +0200 |
commit | 763cef8013c90c3ea0b1edfe8c903008a7406bce (patch) | |
tree | 925bc70594d09eefc3451924c10136bfef79ddab /plugins | |
parent | 4b76b7429a820e7eda8bed6c214d81a275be30b9 (diff) | |
download | zsh-763cef8013c90c3ea0b1edfe8c903008a7406bce.tar.gz zsh-763cef8013c90c3ea0b1edfe8c903008a7406bce.tar.bz2 zsh-763cef8013c90c3ea0b1edfe8c903008a7406bce.zip |
Add `leaves` command to `brew` completion
Diffstat (limited to 'plugins')
-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 d11aa245d..4c99a383a 100644 --- a/plugins/brew/_brew +++ b/plugins/brew/_brew @@ -35,6 +35,7 @@ _1st_arguments=( 'info:information about a formula' 'install:install a formula' 'reinstall:install a formula anew; re-using its current options' + 'leaves:show installed formulae that are not dependencies of another installed formula' 'link:link a formula' 'list:list files in a formula or not-installed formulae' 'log:git commit log for a formula' |