mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
* Clarify how the shell's handling of quotes affects the interpretation of TOML values in `--config`/`-c` * Provide examples of the right way to pass complex TOML values * The previous explanation incorrectly demonstrated how to pass TOML values to `--config`/`-c` (misunderstanding how the shell’s handling of quotes affects things) and would result in invalid invocations of `codex`.