diff options
author | Vadim A. Misbakh-Soloviov <msva@users.noreply.github.com> | 2015-04-01 13:21:56 +0500 |
---|---|---|
committer | Vadim A. Misbakh-Soloviov <msva@users.noreply.github.com> | 2015-04-01 13:21:56 +0500 |
commit | e86896ed75a95bf390ef6c304056edeafad56c32 (patch) | |
tree | 33a9f3d35f284602dc9661c80ac3724ae2e71316 | |
parent | _gentoolkit: add eshowkw completion support for comma-separated arch vals (diff) | |
parent | _gentoolkit: add missing equery arg -N or --no-pipe (diff) | |
download | zsh-completion-e86896ed75a95bf390ef6c304056edeafad56c32.tar.gz zsh-completion-e86896ed75a95bf390ef6c304056edeafad56c32.tar.bz2 zsh-completion-e86896ed75a95bf390ef6c304056edeafad56c32.zip |
Merge pull request #4 from ncaq/master
_gentoolkit: add missing equery arg -N or --no-pipe
-rw-r--r-- | src/_gentoolkit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_gentoolkit b/src/_gentoolkit index 4d24688..acba5f6 100644 --- a/src/_gentoolkit +++ b/src/_gentoolkit @@ -59,6 +59,7 @@ _equery () { start_args=( {'(--nocolor)-C','(-C)--nocolor'}'[turns off colors]' + {'(--no-pipe)-N','(-N)--no-pipe'}'[turn off pipe detection]' {'(--quiet)-q','(-q)--quiet'}'[minimal output]' {'(--help)-h','(-h)--help'}'[show help]' {'(--version)-V','(-V)--version'}'[show version]' |