* Read from stdout as a string, line by line * Automatically calls quiet() to disable echoing to stdout.
()
| 66 | * Automatically calls quiet() to disable echoing to stdout. |
| 67 | */ |
| 68 | lines(): AsyncIterable<string> |
| 69 | |
| 70 | /** |
| 71 | * Read from stdout as a string. |
no outgoing calls
no test coverage detected