fix: ambiguous literals (#461)

This commit is contained in:
Mingholy
2025-08-27 15:23:21 +08:00
committed by GitHub
parent 009e083b73
commit 347e606366
9 changed files with 13 additions and 12 deletions

View File

@@ -438,7 +438,7 @@ Arguments passed directly when running the CLI can override other configurations
- `auto_edit`: Automatically approve edit tools (replace, write_file) while prompting for others
- `yolo`: Automatically approve all tool calls (equivalent to `--yolo`)
- Cannot be used together with `--yolo`. Use `--approval-mode=yolo` instead of `--yolo` for the new unified approach.
- Example: `gemini --approval-mode auto_edit`
- Example: `qwen --approval-mode auto_edit`
- **`--telemetry`**:
- Enables [telemetry](../telemetry.md).
- **`--telemetry-target`**:

View File

@@ -89,7 +89,7 @@ The verbose output is formatted to clearly identify the source of the logs:
```
--- TEST: <log dir>:<test-name> ---
... output from the gemini command ...
... output from the qwen command ...
--- END TEST: <log dir>:<test-name> ---
```