import { type ProcessStdio } from "https://deno.land/x/deno@v0.28.0/cli/js/process.ts";
How to handle subprocess stdio.
"inherit" The default if unspecified. The child inherits from the corresponding parent descriptor.
"piped" A new pipe should be arranged to connect the parent and child subprocesses.
"null" This stream will be ignored. This is the equivalent of attaching the stream to /dev/null.