diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-13 14:29:11 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-13 14:29:11 +0000 |
| commit | 5dcad54926186c572d7dd653c1d621246048479f (patch) | |
| tree | 22c596958966a087427c6e7b480df7bdad749906 /Completion/Debian | |
| parent | zsh-workers/7808 (diff) | |
| download | zsh-5dcad54926186c572d7dd653c1d621246048479f.tar zsh-5dcad54926186c572d7dd653c1d621246048479f.tar.gz zsh-5dcad54926186c572d7dd653c1d621246048479f.tar.bz2 zsh-5dcad54926186c572d7dd653c1d621246048479f.tar.lz zsh-5dcad54926186c572d7dd653c1d621246048479f.tar.xz zsh-5dcad54926186c572d7dd653c1d621246048479f.tar.zst zsh-5dcad54926186c572d7dd653c1d621246048479f.zip | |
zsh-workers/7809
Diffstat (limited to 'Completion/Debian')
| -rw-r--r-- | Completion/Debian/_apt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Completion/Debian/_apt b/Completion/Debian/_apt index fe909bda3..7654ce1fe 100644 --- a/Completion/Debian/_apt +++ b/Completion/Debian/_apt @@ -374,6 +374,8 @@ _apt-get () { --no-upgrade:bool \ --force-yes:bool \ --print-uris:bool \ + --purge:bool \ + --list-cleanup:bool \ -c,--config-file:configfile \ -o,--option:arbitem \ -- \ @@ -425,7 +427,8 @@ _apt-cache () { /$'check\0' \| \ /$'search\0' \| \ /$'show\0' \| \ - /"[]" !'compadd "$expl_action[@]" help add gencaches showpkg stats dump dumpavail unmet check search show' + /$'depends\0' \| \ + /"[]" !'compadd "$expl_action[@]" help add gencaches showpkg stats dump dumpavail unmet check search show depends' _apt-cache () { local expl_action expl_packages expl_pkg_cache expl_src_cache |
