diff options
author | Slack Coder <slackcoder@server.ky> | 2024-11-28 09:59:36 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2025-02-19 09:55:01 -0500 |
commit | 24493e32d8548110c514db9bc09efb5aba276ca5 (patch) | |
tree | 80319bacf6eb845741beb8d331969884495d6f4c /completions/zsh/_sboconfig | |
parent | 82a520dcb6f6cfe538c68fd04a8a7b94f3b177c2 (diff) | |
download | sbotools2-24493e32d8548110c514db9bc09efb5aba276ca5.tar.xz |
Set To Do branch
Diffstat (limited to 'completions/zsh/_sboconfig')
-rw-r--r-- | completions/zsh/_sboconfig | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/completions/zsh/_sboconfig b/completions/zsh/_sboconfig deleted file mode 100644 index 69e2984..0000000 --- a/completions/zsh/_sboconfig +++ /dev/null @@ -1,26 +0,0 @@ -#compdef sboconfig - -# sbotools: https://pink-mist.github.io/sbotools/ - -_arguments \ - - info \ - '(-)'{-h,--help}'[Show help.]:' \ - '(-)'{-v,--version}'[Show version.]:' \ - '(-)'{-l,--list}'[List current configuration options (including unmodified defaults).]:' \ - - commands \ - '(-c --noclean)'{-c,--noclean}'[If TRUE, then do not clean working directories after build.]:clean work dirs?:((TRUE\:"Clean works directories" FALSE\:"Keep work directories"))' \ - '(-d --distclean)'{-d,--distclean}'[If TRUE, then remove source code after building.]:clean source?:((TRUE\:"Remove source" FALSE\:"Keep source"))' \ - '(-g --gpg-key)'{-g,--gpg-key}'[The gpg key used for verification, FALSE to disable.]:use gpg?:((FALSE\:"Do not verify"))' \ - '(-j --jobs)'{-j,--jobs}'[Number fed to -j# for make.]:number of jobs (make):()' \ - '(-p --pkg-dir)'{-p,--pkg-dir}'[Directory to store built packages in.]:package directory:_files -/' \ - '(-s --sbo-home)'{-s,--sbo-home}'[Directory for SBo tree (default /usr/sbo).]:SBo home dir:_files -/' \ - '(-o --local-overrides)'{-o,--local-overrides}'[Directory for local SlackBuild overrides.]:overrides directory:_files -/' \ - '(-V --slackware-version)'{-V,--slackware-version}'[Use SBo repo for this version (instead of /etc/slackware-version).]:Slackware version:()' \ - '(-r --repo)'{-r,--repo}'[Use git/rsync repo at URL instead of the SBo repo for your SLACKWARE_VERSION.]:repo URL:()' \ - && return 0 - -return 1 - -# Local Variables: -# mode: sh -# End: |