Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion completions-core/apt-cache.bash
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ _comp_cmd_apt_cache()
--no-conflicts --no-breaks --no-replaces --no-enhances --implicit
--full --all-versions --no-all-versions --generate --no-generate
--names-only --all-names --recurse --installed --with-source
--help --version --config-file --option'
--help --version --audit --config-file --option --cli-version
--no-color --color'
elif [[ ! $special ]]; then
_comp_compgen -- -W 'gencaches showpkg stats showsrc dump dumpavail
unmet show search depends rdepends pkgnames dotty xvcg policy
Expand Down
16 changes: 9 additions & 7 deletions completions-core/apt-get.bash
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,18 @@ _comp_cmd_apt_get()
--download-only --fix-broken --ignore-missing --fix-missing
--no-download --quiet --simulate --just-print --dry-run --recon
--no-act --yes --assume-yes --assume-no --no-show-upgraded
--verbose-versions --host-architecture --build-profiles --compile
--build --ignore-hold --with-new-pkgs --no-upgrade --only-upgrade
--allow-downgrades --allow-remove-essential
--allow-change-held-packages --force-yes --print-uris --purge
--reinstall --list-cleanup --target-release --default-release
--trivial-only --no-remove --auto-remove --autoremove --only-source
--verbose-versions --no-list-columns --comment --host-architecture
--build-profiles --compile --build --ignore-hold --with-new-pkgs
--no-upgrade --only-upgrade --allow-downgrades
--allow-remove-essential --allow-change-held-packages
--force-yes --print-uris --purge --reinstall --list-cleanup
--snapshot --target-release --default-release --trivial-only
--mark-auto --no-remove --auto-remove --autoremove --only-source
--diff-only --dsc-only --tar-only --arch-only --indep-only
--allow-unauthenticated --no-allow-insecure-repositories
--allow-releaseinfo-change --show-progress --with-source --error-on
--help --version --config-file --option'
--update --help --version --audit --config-file --option
--cli-version --no-color --color'
else
_comp_compgen -- -W 'update upgrade dist-upgrade dselect-upgrade
install reinstall remove purge source build-dep satisfy check
Expand Down
3 changes: 2 additions & 1 deletion completions-core/apt-mark.bash
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ _comp_cmd_apt_mark()
[[ $was_split ]] && return

if [[ $cur == -* ]]; then
_comp_compgen -- -W '--file= --help --version --config-file --option'
_comp_compgen -- -W '--file= --help --version --audit --config-file
--option --cli-version --no-color --color'
[[ ${COMPREPLY-} == *= ]] && compopt -o nospace
else
_comp_compgen -- -W 'auto manual minimize-manual showauto showmanual
Expand Down