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