diff options
| author | Corey Quinn | 2013-06-21 19:36:34 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-21 21:21:12 -0700 |
| commit | daacb69e9b135d2faf5ab34db83c30a0d490cb45 (patch) | |
| tree | 3b5c42d841795115d1e55e80cb8ad7a096636b93 /Library | |
| parent | c0eb1f10deec946675570223f2ed0dfaff0b54a8 (diff) | |
| download | brew-daacb69e9b135d2faf5ab34db83c30a0d490cb45.tar.bz2 | |
Add tap and untap to zsh completion help
Closes Homebrew/homebrew#20676.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 57c1f4ed5..7ca77ebf8 100644 --- a/Library/Contributions/brew_zsh_completion.zsh +++ b/Library/Contributions/brew_zsh_completion.zsh @@ -39,8 +39,10 @@ _1st_arguments=( '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)' + 'tap:tap a new formula repository from GitHub, or list existing taps' 'unlink:unlink a formula' 'unpin:unpin specified formulae' + 'untap:remove a tapped repository' 'update:freshen up links' 'upgrade:upgrade outdated formulae' 'uses:show formulae which depend on a formula' |
