Minimal output streams used by the CLI runner.
Tests and embedders can pass custom streams to capture output without patching global process.stdout or process.stderr.
process.stdout
process.stderr
Readonly
Minimal output streams used by the CLI runner.
Remarks
Tests and embedders can pass custom streams to capture output without patching global
process.stdoutorprocess.stderr.