Deno.CommandOptions.stdout - Deno documentation
property Deno.CommandOptions.stdout

How stdout of the spawned process should be handled.

Defaults to "piped" for output & outputSync, and "inherit" for spawn.

Type

"piped"
| "inherit"
| "null"