From 49b5fab53c085acc6f0edaf3400bd3b18de0a05b Mon Sep 17 00:00:00 2001 From: spawn-qa-bot Date: Mon, 30 Mar 2026 05:07:57 +0000 Subject: [PATCH] docs: sync README commands table with help.ts (--prompt, --prompt-file) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50a3456f8..5f938aa22 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ spawn delete -c hetzner # Delete a server on Hetzner | `spawn --dry-run` | Preview without provisioning | | `spawn --zone ` | Set zone/region for the cloud | | `spawn --size ` | Set instance size/type for the cloud | -| `spawn -p "text"` | Non-interactive with prompt | -| `spawn --prompt-file f.txt` | Prompt from file | +| `spawn --prompt "text"` | Non-interactive with prompt (or `-p`) | +| `spawn --prompt-file ` | Prompt from file (or `-f`) | | `spawn --headless` | Provision and exit (no interactive session) | | `spawn --output json` | Headless mode with structured JSON on stdout | | `spawn --model ` | Set the model ID (overrides agent default) |