Commit 7a143c7
committed
Docs: timeout_seconds description no longer cites Read-Host as the use-0 case
Since 1.12 host prompts return control immediately as awaiting_input regardless of the timeout, so the old advice was stale. Timeout 0 remains the right tool for native CLIs blocking on stdin (cmd /c pause, ssh, npm login), which host-prompt detection cannot see.1 parent 7b9a132 commit 7a143c7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| |||
0 commit comments