The CLI help text and inline comments incorrectly stated that -c key=value flag parses values as JSON, when the implementation actually uses TOML parsing via parse_toml_value(). This caused confusion when users attempted to configure MCP servers using JSON syntax based on the documentation. Changes: - Updated help text to correctly state TOML parsing instead of JSON Fixes #4531 |
||
|---|---|---|
| .. | ||
| approval_mode_cli_arg.rs | ||
| approval_presets.rs | ||
| config_override.rs | ||
| config_summary.rs | ||
| elapsed.rs | ||
| format_env_display.rs | ||
| fuzzy_match.rs | ||
| lib.rs | ||
| model_presets.rs | ||
| sandbox_mode_cli_arg.rs | ||
| sandbox_summary.rs | ||