mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
Fix/cli version unknown (#642)
This commit is contained in:
@@ -73,6 +73,7 @@ async function parseArguments(): Promise<CliArgs> {
|
|||||||
description: 'Show memory usage in status bar',
|
description: 'Show memory usage in status bar',
|
||||||
default: false,
|
default: false,
|
||||||
})
|
})
|
||||||
|
.version() // This will enable the --version flag based on package.json
|
||||||
.help()
|
.help()
|
||||||
.alias('h', 'help')
|
.alias('h', 'help')
|
||||||
.strict().argv;
|
.strict().argv;
|
||||||
|
|||||||
Reference in New Issue
Block a user