diff options
| author | Gabe Berke-Williams | 2010-12-20 10:07:03 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-12-20 12:16:29 -0800 |
| commit | 641369ce8d8467dbab1a374a2f8ac26631d989ac (patch) | |
| tree | d345396b89ba35b8e8f1b4a85627c9d0d530a318 /Library/Contributions/brew_zsh_completion.zsh | |
| parent | 0c0dcb62350738e69e5c4205ae31cf4b67910374 (diff) | |
| download | homebrew-641369ce8d8467dbab1a374a2f8ac26631d989ac.tar.bz2 | |
Add `missing` and `server` to ZSH completion
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Contributions/brew_zsh_completion.zsh')
| -rw-r--r-- | Library/Contributions/brew_zsh_completion.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Contributions/brew_zsh_completion.zsh b/Library/Contributions/brew_zsh_completion.zsh index ab69b213f..aa728e113 100644 --- a/Library/Contributions/brew_zsh_completion.zsh +++ b/Library/Contributions/brew_zsh_completion.zsh @@ -28,10 +28,12 @@ _1st_arguments=( 'link:link a formula' 'list:list files in a formula or not-installed formulae' 'log:git commit log for a formula' + 'missing:check all installed formuale for missing dependencies.' 'outdated:list formulas for which a newer version is available' 'prune:remove dead links' 'remove:remove a formula' 'search:search for a formula (/regex/ or string)' + 'server:start a local web app that lets you browse formulae (requires Sinatra)' 'unlink:unlink a formula' 'update:freshen up links' 'uses:show formulas which depend on a formula' |
