mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Add -r and -C aliases for --resume and --continue options
This commit is contained in:
parent
8106a6b0f4
commit
f866f7f071
2 changed files with 14 additions and 0 deletions
|
|
@ -422,12 +422,14 @@ export async function parseArguments(settings: Settings): Promise<CliArgs> {
|
|||
default: false,
|
||||
})
|
||||
.option('continue', {
|
||||
alias: 'C',
|
||||
type: 'boolean',
|
||||
description:
|
||||
'Resume the most recent session for the current project.',
|
||||
default: false,
|
||||
})
|
||||
.option('resume', {
|
||||
alias: 'r',
|
||||
type: 'string',
|
||||
description:
|
||||
'Resume a specific session by its ID. Use without an ID to show session picker.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue