property Deno.CommandOptions.stderr
How stderr
of the spawned process should be handled.
Defaults to "piped"
for output
& outputSync
,
and "inherit"
for spawn
.
Type Jump to heading
"piped"
| "inherit"
| "null"
How stderr
of the spawned process should be handled.
Defaults to "piped"
for output
& outputSync
,
and "inherit"
for spawn
.
"piped"
| "inherit"
| "null"