commit 575781bda322d149281ad5beb22f12099c0248cc
parent b787b8c556c63eb8adfe1a8e44524efdf917ccdc
Author: David O'Shaughnessy <dev@osh.id.au>
Date: Sat, 27 Apr 2019 12:19:19 -0700
update sboclean completion for 2.6
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/completions/zsh/_sboclean b/completions/zsh/_sboclean
@@ -7,8 +7,8 @@ _arguments -s \
'(-)'{-h,--help}'[Show help.]:' \
'(-)'{-v,--version}'[Show version.]:' \
- commands \
- '(-d --clean-dist)'{-d,--clean-dist}'[Clean distfiles (default /usr/sbo/distfiles).]' \
- '(-w --clean-work)'{-w,--clean-work}'[Clean working directories (default /tmp/SBo; /tmp for compat32).]' \
+ '(-d --dist)'{-d,--dist}'[Clean distfiles (default /usr/sbo/distfiles).]' \
+ '(-w --work)'{-w,--work}'[Clean working directories (default /tmp/SBo; /tmp for compat32).]' \
'(-i --interactive)'{-i,--interactive}'[Ask for confirmation for each item to be removed.]' \
&& return 0