From 532f4d2d9163364c420bd440a644c38bc4c30f41 Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Mon, 20 Dec 2010 10:07:03 -0800 Subject: [PATCH] Add `missing` and `server` to ZSH completion Signed-off-by: Adam Vandenberg --- Library/Contributions/brew_zsh_completion.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Contributions/brew_zsh_completion.zsh b/Library/Contributions/brew_zsh_completion.zsh index ab69b213f6..aa728e1139 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'