UNPKG

bluecodex

Version:

Turn repetitive dev tasks into CLI commands with Typescript

8 lines (7 loc) 176 B
export type SpawnStdOption = | "pipe-and-inherit" /** * When std === 'tty' we don't capture the output as it * gets piped directly to output stream. */ | "tty";