ProcessStdioInherit import { ProcessStdioInherit } from "destack:process/binding"; Inherit a standard stream from the parent process. export struct ProcessStdioInherit { kind: "inherit"; } language/library/src/process/binding/spawn.ds:24:27 Members kind: "inherit" Discriminator for this stdio variant.