From 2aa8ae4167a70840c4f237bf960fe608a78d97d5 Mon Sep 17 00:00:00 2001 From: Thibault Sottiaux Date: Wed, 16 Apr 2025 18:15:22 -0700 Subject: [PATCH] fmt (#161) Signed-off-by: Thibault Sottiaux --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index aeafe66d..66a97385 100644 --- a/README.md +++ b/README.md @@ -160,12 +160,12 @@ Both approaches are _transparent_ to everyday usage – you still run `codex` fr ## CLI Reference -| Command | Purpose | Example | -| -------------- | ----------------------------------- | ------------------------------------ | -| `codex` | Interactive REPL | `codex` | -| `codex "…"` | Initial prompt for interactive REPL | `codex "fix lint errors"` | -| `codex -q "…"` | Non‑interactive "quiet mode" | `codex -q --json "explain utils.ts"` | -| `codex completion ` | Print shell completion script | `codex completion bash` | +| Command | Purpose | Example | +| ------------------------------------ | ----------------------------------- | ------------------------------------ | +| `codex` | Interactive REPL | `codex` | +| `codex "…"` | Initial prompt for interactive REPL | `codex "fix lint errors"` | +| `codex -q "…"` | Non‑interactive "quiet mode" | `codex -q --json "explain utils.ts"` | +| `codex completion ` | Print shell completion script | `codex completion bash` | Key flags: `--model/-m`, `--approval-mode/-a`, and `--quiet/-q`.