change Launch Gemini CLI to Qwen Code CLI in help information (#929)

This commit is contained in:
Huarong
2025-10-31 11:36:31 +08:00
committed by GitHub
parent 817218f1cf
commit 495a9d6d92

View File

@@ -199,7 +199,7 @@ export async function parseArguments(settings: Settings): Promise<CliArgs> {
'proxy',
'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
.positional('query', {
description: