diff options
author | Slack Coder <slackcoder@server.ky> | 2025-02-19 16:29:54 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2025-02-20 14:40:07 -0500 |
commit | 3fb953bbf0f299efb21b08ce2a4212a89681c781 (patch) | |
tree | 236afd39fea91ab38af6dc05fede726c2e47f39e /completions/zsh | |
parent | dd7924889b4c956da53935e78f2d2cdeb58eb103 (diff) | |
download | sbotools2-3fb953bbf0f299efb21b08ce2a4212a89681c781.tar.xz |
Make fallback download URL configurable
Diffstat (limited to 'completions/zsh')
-rw-r--r-- | completions/zsh/_sboconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/zsh/_sboconfig b/completions/zsh/_sboconfig index 69e2984..36d27ff 100644 --- a/completions/zsh/_sboconfig +++ b/completions/zsh/_sboconfig @@ -10,6 +10,7 @@ _arguments \ - 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"))' \ + '(-f --fallback-archive)'{-f,--fallback-archive}'[Fallback URL to download package sources. FALSE to disable.]:use fallback achive?:((FALSE\:"Disable"))' \ '(-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 -/' \ |