mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
parent
3453b977b8
commit
30d1662128
4 changed files with 13 additions and 10 deletions
|
|
@ -123,7 +123,7 @@ async function parseArguments(): Promise<CliArgs> {
|
|||
description: 'Enables checkpointing of file edits',
|
||||
default: false,
|
||||
})
|
||||
.version(getCliVersion()) // This will enable the --version flag based on package.json
|
||||
.version(await getCliVersion()) // This will enable the --version flag based on package.json
|
||||
.alias('v', 'version')
|
||||
.help()
|
||||
.alias('h', 'help')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue