From 2077816b61ae4fa3dde7d3a4d4077484c7bd7755 Mon Sep 17 00:00:00 2001 From: A <258483684+la14-1@users.noreply.github.com> Date: Mon, 30 Mar 2026 13:05:56 -0700 Subject: [PATCH] docs: sync README commands table with help.ts (--prompt, --prompt-file) (#3106) Co-authored-by: spawn-qa-bot --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50a3456f..5f938aa2 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) |