We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a18e0c commit 0ab85c5Copy full SHA for 0ab85c5
1 file changed
completions-core/apt-cache.bash
@@ -114,7 +114,8 @@ _comp_cmd_apt_cache()
114
--no-conflicts --no-breaks --no-replaces --no-enhances --implicit
115
--full --all-versions --no-all-versions --generate --no-generate
116
--names-only --all-names --recurse --installed --with-source
117
- --help --version --config-file --option'
+ --help --version --audit --config-file --option --cli-version
118
+ --no-color --color'
119
elif [[ ! $special ]]; then
120
_comp_compgen -- -W 'gencaches showpkg stats showsrc dump dumpavail
121
unmet show search depends rdepends pkgnames dotty xvcg policy
0 commit comments