Skip to content

Commit 0ab85c5

Browse files
committed
feat(apt-cache): update known options up to apt 3.2.0
1 parent 6a18e0c commit 0ab85c5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

completions-core/apt-cache.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ _comp_cmd_apt_cache()
114114
--no-conflicts --no-breaks --no-replaces --no-enhances --implicit
115115
--full --all-versions --no-all-versions --generate --no-generate
116116
--names-only --all-names --recurse --installed --with-source
117-
--help --version --config-file --option'
117+
--help --version --audit --config-file --option --cli-version
118+
--no-color --color'
118119
elif [[ ! $special ]]; then
119120
_comp_compgen -- -W 'gencaches showpkg stats showsrc dump dumpavail
120121
unmet show search depends rdepends pkgnames dotty xvcg policy

0 commit comments

Comments
 (0)