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" How stdout of the spawned process should be handled.
Defaults to "piped" for output & outputSync,
and "inherit" for spawn.
"piped"
 | "inherit"
 | "null"