Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/src/lib/terminal-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading