From 495a9d6d92058f60348f39e9548993b62cfbbec5 Mon Sep 17 00:00:00 2001 From: Huarong Date: Fri, 31 Oct 2025 11:36:31 +0800 Subject: [PATCH] change Launch Gemini CLI to Qwen Code CLI in help information (#929) --- packages/cli/src/config/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/config/config.ts b/packages/cli/src/config/config.ts index 9c39058b..2017b714 100755 --- a/packages/cli/src/config/config.ts +++ b/packages/cli/src/config/config.ts @@ -199,7 +199,7 @@ export async function parseArguments(settings: Settings): Promise { '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: