mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
Change -C to -c
This commit is contained in:
parent
f866f7f071
commit
d464f61b72
2 changed files with 3 additions and 4 deletions
|
|
@ -299,7 +299,6 @@ export async function parseArguments(settings: Settings): Promise<CliArgs> {
|
|||
'Set the approval mode: plan (plan only), default (prompt for approval), auto-edit (auto-approve edit tools), yolo (auto-approve all tools)',
|
||||
})
|
||||
.option('checkpointing', {
|
||||
alias: 'c',
|
||||
type: 'boolean',
|
||||
description: 'Enables checkpointing of file edits',
|
||||
default: false,
|
||||
|
|
@ -422,7 +421,7 @@ export async function parseArguments(settings: Settings): Promise<CliArgs> {
|
|||
default: false,
|
||||
})
|
||||
.option('continue', {
|
||||
alias: 'C',
|
||||
alias: 'c',
|
||||
type: 'boolean',
|
||||
description:
|
||||
'Resume the most recent session for the current project.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue