diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-13 16:35:36 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-13 16:35:36 +0000 |
commit | f97255d093f9d67f76a7ded72d44e463d11a0f20 (patch) | |
tree | 0419ae907c3b134e7d345b868f7a419908e51063 /Completion/Debian/_apt | |
parent | 52152bec7648ed4379053eb2ba3d3290af202195 (diff) | |
download | zsh-f97255d093f9d67f76a7ded72d44e463d11a0f20.tar.gz zsh-f97255d093f9d67f76a7ded72d44e463d11a0f20.tar.xz zsh-f97255d093f9d67f76a7ded72d44e463d11a0f20.zip |
manual/7809-for-pws-4
Diffstat (limited to 'Completion/Debian/_apt')
-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 |