aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2016-02-28 21:53:00 -0500
committerTim Harder <radhermit@gmail.com>2016-02-28 21:53:00 -0500
commita2d65e4332d0dc918d7080cd084d19510a1451f2 (patch)
treef33b7cafb49cb71bf1bb830990d6203021908196
parentpclean tmp: add -a/--all option to force wipe the entire tmpdir (diff)
downloadpkgcore-a2d65e4332d0dc918d7080cd084d19510a1451f2.tar.gz
pkgcore-a2d65e4332d0dc918d7080cd084d19510a1451f2.tar.bz2
pkgcore-a2d65e4332d0dc918d7080cd084d19510a1451f2.zip
zsh-completion: add -a/--all for `pclean tmp`
-rw-r--r--shell/zsh/completion/_pkgcore1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/zsh/completion/_pkgcore b/shell/zsh/completion/_pkgcore
index 8b5990b95..ffff31485 100644
--- a/shell/zsh/completion/_pkgcore
+++ b/shell/zsh/completion/_pkgcore
@@ -101,6 +101,7 @@ _pclean() {
_arguments -C -A '-*' \
$domain_common_args \
$shared_opts \
+ {'(--all)-a','(-a)--all'}'[wipe the entire tmpdir]' \
&& ret=0
;;
(*)