summaryrefslogtreecommitdiff
path: root/Completion/Debian/Command/_axi-cache
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2014-08-11 17:39:42 +0200
committerAxel Beckert <abe@deuxchevaux.org>2014-08-11 17:39:42 +0200
commit382c26acfc62a56744ab9eb603efc56130764fd3 (patch)
tree1b7cb9d3e372481007fc4546e7d06ce5bb1bc104 /Completion/Debian/Command/_axi-cache
parent73508e345b4925f33b7f652aba9bd313169e5ac2 (diff)
parentf8ae47f29b766dc0330b19d7fdb35859d6aab930 (diff)
downloadzsh-382c26acfc62a56744ab9eb603efc56130764fd3.tar.gz
zsh-382c26acfc62a56744ab9eb603efc56130764fd3.zip
New upstream release candidate: Merge branch 'upstream' into debian
Diffstat (limited to 'Completion/Debian/Command/_axi-cache')
-rw-r--r--Completion/Debian/Command/_axi-cache8
1 files changed, 6 insertions, 2 deletions
diff --git a/Completion/Debian/Command/_axi-cache b/Completion/Debian/Command/_axi-cache
index 0c137c700..bdefdd979 100644
--- a/Completion/Debian/Command/_axi-cache
+++ b/Completion/Debian/Command/_axi-cache
@@ -11,10 +11,11 @@ _arguments \
if (( CURRENT == 2 )); then
_wanted tag expl 'axi-cache commands' \
- compadd help search more last show again
+ compadd help search more last show again info \
+ rdetails depends madison policy showpkg showsrc
else
case "$words[2]" in
- (search|show|again)
+ (search|show|again|rdetails|depends|madison|policy|showpkg|showsrc)
_wanted tag expl 'terms/query' \
compadd -- $($service $words[2] --tabcomplete=plain -- $words[CURRENT])
;;
@@ -22,6 +23,9 @@ else
_wanted tag expl 'count' \
compadd -- 1 2 3 4 5 6 7 8 9 0
;;
+ (help|info)
+ # no args
+ ;;
(*)
_files
;;