"listall" can benefit from pkg name completion.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 09 Feb 2017 23:48:07 +0200
changeset 824 b8ac1e0a719a
parent 823 b7c18fdcc666
child 825 b1536ac2ff88
"listall" can benefit from pkg name completion.
.bash_completion.d/apt-cyg
--- a/.bash_completion.d/apt-cyg	Thu Feb 09 15:23:41 2017 +0200
+++ b/.bash_completion.d/apt-cyg	Thu Feb 09 23:48:07 2017 +0200
@@ -11,10 +11,10 @@
   fi
   local _cmd=${COMP_WORDS[1]}
   case "$_cmd" in
-    install|remove|download|show|depends|rdepends)
+    install|remove|download|show|depends|rdepends|listfiles)
       COMPREPLY=( $(apt-cyg listall ^"$cur") )
       return 0 ;;
-    update|list|listall|category|listfiles|search|searchall|mirror)
+    update|list|listall|category|search|searchall|mirror)
       COMPREPLY=( )
       return 0 ;;
     cache)