read
Collect more output from an ITS session without sending anything, ideal after a --More-- limit or for slow commands. Configure waits via regex, silence, and auto-more.
Instructions
Collect further output without sending anything.
For slow programs, or to continue after a more_limit. Same cursor
semantics as send: only output not already returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expect | No | Regex; return as soon as it matches the new output. | |
| quiet_ms | No | Return once the line has been silent this long. | |
| auto_more | No | Answer '--More--' pager prompts with a space and keep collecting. | |
| timeout_ms | No | Hard cap on how long to wait. |