fix exclusive option syntax
This commit is contained in:
Shohei YOSHIDA 2026-03-08 21:48:26 +09:00
parent 769b2aac92
commit a54108c932
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ _qmk_chibios-confmigrate() {
'(-f --force)'{-f,--force}'[Re-migrates an already migrated file, even if it does not detect a full ChibiOS config]' \ '(-f --force)'{-f,--force}'[Re-migrates an already migrated file, even if it does not detect a full ChibiOS config]' \
'(-d --delete)'{-d,--delete}'[If the file has no overrides, migration will delete the input file]' \ '(-d --delete)'{-d,--delete}'[If the file has no overrides, migration will delete the input file]' \
'(-o --overwrite)'{-o,--overwrite}'[Overwrites the input file during migration]' \ '(-o --overwrite)'{-o,--overwrite}'[Overwrites the input file during migration]' \
'(-r,--reference)'{-r,--reference}'[Specify the reference file to compare against]:reference' \ '(-r --reference)'{-r,--reference}'[Specify the reference file to compare against]:reference' \
'(-i --input)'{-i,--input}'[Specify input config file]: :_files' '(-i --input)'{-i,--input}'[Specify input config file]: :_files'
} }
@ -221,7 +221,7 @@ _qmk_compile() {
'(-c --clean)'{-c,--clean}'[Remove object files before compiling]' \ '(-c --clean)'{-c,--clean}'[Remove object files before compiling]' \
\*{-e,--env}'[Set a variable to be passed to make]:env' \ \*{-e,--env}'[Set a variable to be passed to make]:env' \
'(-j --parallel)'{-j,--parallel}'[Set the number of parallel make jobs; 0 means unlimited]' \ '(-j --parallel)'{-j,--parallel}'[Set the number of parallel make jobs; 0 means unlimited]' \
'(-n --dry-run)'{-d,--dry-run}"[Don't actually build, just show the make command to be run]" \ '(-n --dry-run)'{-n,--dry-run}"[Don't actually build, just show the make command to be run]" \
'(-km --keymap)'{-km,--keymap}'[The keymap to build a firmware for]:keymap' \ '(-km --keymap)'{-km,--keymap}'[The keymap to build a firmware for]:keymap' \
'(-kb --keyboard)'{-kb,--keyboard}'[The keyboard to build a firmware for]:keyboard' \ '(-kb --keyboard)'{-kb,--keyboard}'[The keyboard to build a firmware for]:keyboard' \
'*: :_files' '*: :_files'