aboutsummaryrefslogtreecommitdiff
path: root/completions/zsh/_sboclean
diff options
context:
space:
mode:
Diffstat (limited to 'completions/zsh/_sboclean')
-rw-r--r--completions/zsh/_sboclean19
1 files changed, 0 insertions, 19 deletions
diff --git a/completions/zsh/_sboclean b/completions/zsh/_sboclean
deleted file mode 100644
index 8eeda20..0000000
--- a/completions/zsh/_sboclean
+++ /dev/null
@@ -1,19 +0,0 @@
-#compdef sboclean
-
-# sbotools: https://pink-mist.github.io/sbotools/
-
-_arguments -s \
- - info \
- '(-)'{-h,--help}'[Show help.]:' \
- '(-)'{-v,--version}'[Show version.]:' \
- - commands \
- '(-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
-
-return 1
-
-# Local Variables:
-# mode: sh
-# End: