UNPKG

bluecodex

Version:

Turn repetitive dev tasks into CLI commands with Typescript

9 lines (8 loc) 198 B
export enum SpawnStdOption { pipeAndInherit = "pipe-and-inherit", /** * When std === 'tty' we don't capture the output as it * gets piped directly to output stream. */ tty = "tty", }