We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83961e0 commit 1eee6faCopy full SHA for 1eee6fa
README.md
@@ -217,7 +217,7 @@ The hardening mechanism Codex uses depends on your OS:
217
| ------------------------------------ | ----------------------------------- | ------------------------------------ |
218
| `codex` | Interactive REPL | `codex` |
219
| `codex "..."` | Initial prompt for interactive REPL | `codex "fix lint errors"` |
220
-| `codex -q "..."` | Non-interactive "quiet mode" | `codex -q --json "explain utils.ts"` |
+| `codex -q "..."` | Non-interactive "quiet mode" | `codex -q "explain utils.ts"` |
221
| `codex completion <bash\|zsh\|fish>` | Print shell completion script | `codex completion bash` |
222
223
Key flags: `--model/-m`, `--approval-mode/-a`, `--quiet/-q`, and `--notify`.
0 commit comments