mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-18 15:21:16 +02:00
16973: complete package name argument to apt-cache policy.
This commit is contained in:
parent
ed447dd9b7
commit
d8fc48f7da
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2002-04-12 Clint Adams <clint@zsh.org>
|
2002-04-12 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
* 16973: Completion/Debian/Command/_apt: complete package name
|
||||||
|
argument to apt-cache policy.
|
||||||
|
|
||||||
* 16972: Completion/Unix/Type/_hosts: complete for aaaa, zone, mx,
|
* 16972: Completion/Unix/Type/_hosts: complete for aaaa, zone, mx,
|
||||||
soa, txt.
|
soa, txt.
|
||||||
|
|
||||||
|
|
|
@ -471,7 +471,7 @@ _apt-cache () {
|
||||||
/$'depends\0'/ \| \
|
/$'depends\0'/ \| \
|
||||||
/$'pkgnames\0'/ \| \
|
/$'pkgnames\0'/ \| \
|
||||||
/$'dotty\0'/ \| \
|
/$'dotty\0'/ \| \
|
||||||
/$'policy\0'/ \| \
|
/$'policy\0'/ /$'[^\0]#\0'/ ':packages::_deb_packages "$expl_packages[@]" avail' \# \| \
|
||||||
/"[]"/ ':argument-1::compadd "$expl_action[@]" help add gencaches showpkg stats dump dumpavail unmet check search show depends pkgnames dotty policy'
|
/"[]"/ ':argument-1::compadd "$expl_action[@]" help add gencaches showpkg stats dump dumpavail unmet check search show depends pkgnames dotty policy'
|
||||||
|
|
||||||
_apt-cache () {
|
_apt-cache () {
|
||||||
|
|
Loading…
Reference in a new issue