aboutsummaryrefslogtreecommitdiff
path: root/completions/zsh/_sbosnap
diff options
context:
space:
mode:
Diffstat (limited to 'completions/zsh/_sbosnap')
-rw-r--r--completions/zsh/_sbosnap19
1 files changed, 0 insertions, 19 deletions
diff --git a/completions/zsh/_sbosnap b/completions/zsh/_sbosnap
deleted file mode 100644
index 16b310a..0000000
--- a/completions/zsh/_sbosnap
+++ /dev/null
@@ -1,19 +0,0 @@
-#compdef sbosnap
-
-# sbotools: https://pink-mist.github.io/sbotools/
-
-local -a subcmds
-subcmds=('fetch:Download a local copy of the slackbuilds.org tree (to SBO_HOME).'
- 'update:Update a previously fetched copy of the SBo tree.')
-_describe 'command' subcmds
-
-_arguments \
- '(-)'{-h,--help}'[Show help.]:' \
- '(-)'{-v,--version}'[Show version.]:' \
- && return 0
-
-return 1
-
-# Local Variables:
-# mode: sh
-# End: