"listall" can benefit from pkg name completion.
--- 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)