zentrick / cross-spawn-promise

Promisified cross-spawn.
MIT License
25 stars 7 forks source link

Parse inherit #42

Closed laggingreflex closed 8 years ago

laggingreflex commented 8 years ago

Instead of ignoring stdio when {stdio: 'ignore' || 'inherit'} is passed, it overrides these options to 'pipe' making it able to parse stdio and then re-apply the original stdio options as intended by the parent.

might require #41 to avoid merge conflicts

fixes #39

AppVeyorBot commented 8 years ago

:x: Build cross-spawn-promise 107 failed (commit https://github.com/zentrick/cross-spawn-promise/commit/086a5797db by @laggingreflex)

laggingreflex commented 8 years ago

Actually, I realize this might not be such a good idea.

timdp commented 8 years ago

Yeah, I'm not a huge fan of it. Thanks for the effort though! :+1: