From f99400d3da0054a65cb128cc808918afbc813b34 Mon Sep 17 00:00:00 2001 From: zebbern <185730623+zebbern@users.noreply.github.com> Date: Fri, 12 Sep 2025 18:29:11 +0200 Subject: [PATCH] Update command line flags in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4f37e9..2346af5 100644 --- a/README.md +++ b/README.md @@ -345,7 +345,8 @@ export HTTPS_PROXY="https://proxy.company:8443" # HTTPS proxy (if needed) | Flag / Command | Description | Example | | :----------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------- | -| `-d, --debug` | Enable debug mode (shows detailed debug output). | `claude -d -p "query"` | +| `-d, --debug` | Enable debug mode (shows detailed debug output). | `claude -d -p "query"` | +| `--include-partial-messages` | partial message streaming support via CLI flag | | `--mcp-debug` | [DEPRECATED] MCP debug mode (shows MCP server errors). Use `--debug` instead. | `claude --mcp-debug` | | `--verbose` | Override verbose mode setting from config (shows expanded logging / turn-by-turn output). | `claude --verbose` | | `-p, --print` | Print response and exit (useful for piping output). | `claude -p "query"` |