@@ -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