From 2f9b0efe2a05851c66cf8ac4b1ba261bbc1ceec7 Mon Sep 17 00:00:00 2001 From: dormouse-bot Date: Sun, 21 Jun 2026 08:07:31 +0000 Subject: [PATCH] docs: fix stale PendingShellOpts.command comment The command is now typed into the spawned interactive shell at the prompt, not launched via shell -lc / cmd /c. Update the comment to match the typeCommandWhenPromptReady flow. Co-Authored-By: Claude Opus 4.8 --- lib/src/lib/terminal-store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/lib/terminal-store.ts b/lib/src/lib/terminal-store.ts index b6b31519..20f1093c 100644 --- a/lib/src/lib/terminal-store.ts +++ b/lib/src/lib/terminal-store.ts @@ -44,7 +44,7 @@ export interface PendingShellOpts { cwd?: string; title?: string; untouched?: boolean; - /** Raw command string launched via `-lc`/`/c`, seeded as the pane's command run. */ + /** Raw command string typed into the spawned interactive shell once it reaches a prompt; seeded as the pane's command run. */ command?: string; /** * `dor ensure` surface: the command must only be typed once OSC 633 shell