property Deno.CommandOptions.stdin
How stdin of the spawned process should be handled.
Defaults to "inherit" for output & outputSync,
and "inherit" for spawn.
Type #
"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"