From 9b1d1c0d9575e22d4ed59fc8af89d0f5d194f21e Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 9 Jan 2026 19:15:56 -0700 Subject: [PATCH] docs: convert CLI flags section to table format Assisted-by: GLM 4.7 via Crush --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3da200be17faa1aa6ec4a5b533fb4a9e68d3460..41243dfa845f985705c480ea9a8da62d45f8ef6d 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,11 @@ All flags are optional if configured in `~/.config/garble/config.toml`. ### Flags -- `--provider` — Provider ID (e.g. `openai`, `anthropic`, `google`) -- `--model` — Model ID (e.g. `gpt-4o`, `claude-3-opus`, `gemini-1.5-pro`) -- `--directions` — Instructions for how to transform the input +| Flag | Description | Example values | +| -------------- | ------------------------------------------- | ------------------------------------------- | +| `--provider` | Provider ID | `openai`, `anthropic`, `google` | +| `--model` | Model ID | `gpt-4o`, `claude-3-opus`, `gemini-1.5-pro` | +| `--directions` | Instructions for how to transform the input | `"fix grammar and spelling"` | ### Configuration