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"