mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
change Launch Gemini CLI to Qwen Code CLI in help information (#929)
This commit is contained in:
@@ -199,7 +199,7 @@ export async function parseArguments(settings: Settings): Promise<CliArgs> {
|
|||||||
'proxy',
|
'proxy',
|
||||||
'Use the "proxy" setting in settings.json instead. This flag will be removed in a future version.',
|
'Use the "proxy" setting in settings.json instead. This flag will be removed in a future version.',
|
||||||
)
|
)
|
||||||
.command('$0 [query..]', 'Launch Gemini CLI', (yargsInstance: Argv) =>
|
.command('$0 [query..]', 'Launch Qwen Code CLI', (yargsInstance: Argv) =>
|
||||||
yargsInstance
|
yargsInstance
|
||||||
.positional('query', {
|
.positional('query', {
|
||||||
description:
|
description:
|
||||||
|
|||||||
Reference in New Issue
Block a user