diff options
author | 2016-03-08 03:27:21 -0500 | |
---|---|---|
committer | 2016-03-08 03:27:21 -0500 | |
commit | d140415a00f1023a030e96e5b3bfdcd105724d0e (patch) | |
tree | e1b262e67a5293e2239ab92d7e9c22e6affdbcbf | |
parent | restrictions/values: force the passed value to be a string (diff) | |
download | pkgcore-d140415a00f1023a030e96e5b3bfdcd105724d0e.tar.gz pkgcore-d140415a00f1023a030e96e5b3bfdcd105724d0e.tar.bz2 pkgcore-d140415a00f1023a030e96e5b3bfdcd105724d0e.zip |
zsh-completion: add binpkg repo target completion to pinspect/pquery
-rw-r--r-- | shell/zsh/completion/_pkgcore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/zsh/completion/_pkgcore b/shell/zsh/completion/_pkgcore index 69776b34f..598d274e4 100644 --- a/shell/zsh/completion/_pkgcore +++ b/shell/zsh/completion/_pkgcore @@ -272,7 +272,7 @@ _pinspect() { '--sort-by-name[sort output by name, rather then by frequency]' '--first[show only the first N detail items]:number' '--last[show only the last N detail items]:number' - '*:repo:_repos -t sia' + '*:repo:_repos -t siab' ) case $line[1] in @@ -650,7 +650,7 @@ _pquery() { '--raw[disable configuration and filtering]' '--no-filters[disable all license filtering and visibility filtering]' "--virtuals[specific virtuals handling (everything is matched by default)]:options:((only\:'only match virtuals' disable\:'no matching virtuals'))" - {'(--repo)-r','(-r)--repo'}'[target repository]:repo:_repos -t sei' + {'(--repo)-r','(-r)--repo'}'[target repository]:repo:_repos -t seib' {'(--ebuild-repos)-E','(-E)--ebuild-repos'}'[search all ebuild repos]' {'(--binary-repos)-B','(-B)--binary-repos'}'[search all binary repos]' {'(--installed)-I','(-I)--installed'}'[search installed pkgs]' |