rt pane send
rt › pane › send
Inject text into a pane as if typed and submitted (--text - reads stdin)
Usage
rt pane send <pane> [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
<pane> | text | herdr pane id to send to | |
--text | text | Body to inject; pass - to read the body from stdin | |
--json | boolean | false | Emit the delivery result as JSON instead of the plain line |
See code: commands/pane.ts › paneSend