type alias ShellPipeWriterKindimport { type ShellPipeWriterKind } from "https://dotland.deno.dev/x/dax@0.39.2/src/pipes.ts"; The behaviour to use for a shell pipe. definition: | "inherit" | "null" | "piped" | "inheritPiped" | WriterSync | WritableStream<Uint8Array> | FsFileWrapper | Path