mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-16 08:48:06 +02:00
52059 (+52070): _scons: fix for options --jobs and --question
This commit is contained in:
parent
7233c7a750
commit
d36b9ae0dc
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2023-08-21 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||
|
||||
* Shohei YOSHIDA: 52059 (+52070): Completion/Unix/Command/_scons:
|
||||
fix for options -j/--jobs and -q/--question
|
||||
|
||||
2023-08-16 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* 29130, 29131 (Ray): Doc/Zsh/builtins.yo: document what typeset
|
||||
|
|
|
@ -24,14 +24,14 @@ _arguments -s -S \
|
|||
'(--implicit-cache --implicit-deps-changed)--implicit-deps-changed[rescan dependencies]' \
|
||||
'(--implicit-cache --implicit-deps-unchanged)--implicit-deps-unchanged[ignore changes to scanned dependencies]' \
|
||||
'--interactive[start interactive mode]' \
|
||||
'(-j --jobs)-'{j,jobs=}'[specify no of jobs to run in parallel]' \
|
||||
'(-j --jobs)-'{j,-jobs=}'[specify no of jobs to run in parallel]:number of jobs' \
|
||||
'(-k --keep-going)-'{k,-keep-going}'[continue after an error]' \
|
||||
'--max-drift=[set the maximum clock drift]:drift (seconds)' \
|
||||
'--md5-chunksize=[set chunksize for MD5 signature computation]:size (kB)' \
|
||||
'(-n --just-print --dry-run --recon)-'{n,-just-print,-dry-run,-recon}"[print commands but don't run them]" \
|
||||
"--no-site-dir[don't use the usual site_scons directory]" \
|
||||
'--profile=[profile scons]:output file:_files' \
|
||||
'(-q --question)-'{q,question}'[query whether up-to-date]' \
|
||||
'(-q --question)-'{q,-question}'[query whether up-to-date]' \
|
||||
'-Q[suppress progress messages]' \
|
||||
'--random[build dependencies in random order]' \
|
||||
'(-s --silent --quiet)-'{s,-silent,-quiet}"[don't print commands]" \
|
||||
|
|
Loading…
Reference in a new issue