* By default, the shell will write to the current process's stdout and stderr, as well as buffering that output. * This configures the shell to only buffer the output.
()
| 60 | * This configures the shell to only buffer the output. |
| 61 | */ |
| 62 | quiet(): this |
| 63 | |
| 64 | /** |
| 65 | * Read from stdout as a string, line by line |
no outgoing calls