fix: ambiguous literals (#461)
Some checks are pending
Qwen Code CI / Lint (GitHub Actions) (push) Waiting to run
Qwen Code CI / Lint (Javascript) (push) Waiting to run
Qwen Code CI / Lint (Shell) (push) Waiting to run
Qwen Code CI / Lint (YAML) (push) Waiting to run
Qwen Code CI / Lint (push) Blocked by required conditions
Qwen Code CI / Test (push) Blocked by required conditions
Qwen Code CI / Post Coverage Comment (push) Blocked by required conditions
Qwen Code CI / CodeQL (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none (push) Waiting to run
E2E Tests / E2E Test - macOS (push) Waiting to run

This commit is contained in:
Mingholy 2025-08-27 15:23:21 +08:00 committed by GitHub
parent 009e083b73
commit 347e606366
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 13 additions and 12 deletions

View file

@ -218,7 +218,7 @@ export async function parseArguments(): Promise<CliArgs> {
.option('proxy', {
type: 'string',
description:
'Proxy for gemini client, like schema://user:password@host:port',
'Proxy for qwen client, like schema://user:password@host:port',
})
.option('include-directories', {
type: 'array',