UNPKG

too

Version:

Combine multiple processes' Stdout/Stderr/SIGINT to keep them all foreground

15 lines (14 loc) 304 B
export const specs = [ { add: (val, flag, next) => val.push(next), flags: ["-c", "--cmd"], name: "cmd", value: [], }, { add: (val, flag, next) => val.push(next), flags: ["-V", "--version"], name: "version", value: [], }, ];