run_command
Execute a shell command in a specified Herdr terminal pane by sending the command text and Enter; then use read_pane or wait_for_output to inspect results.
Instructions
Run a shell command in a pane (sends the command text and Enter).
pane: pane id like `w17:p1`.
command: argv-style words, e.g. ["git", "status"]. This does not wait for the
command to finish; use wait_for_output or read_pane afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pane | Yes | ||
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||