diff options
Diffstat (limited to 'completions/zsh/_sboconfig')
-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 -/' \ |