benoror / better-npm-run

🏃‍♂️ Better NPM scripts runner
MIT License
639 stars 56 forks source link

Inheriting stdin pipe as well #45

Closed tomfin46 closed 8 years ago

tomfin46 commented 8 years ago

Hey, looking to use better-npm-run to launch a script that's listening to stdin for user input however noticed you guys went with redirecting the stdin pipe whereas inheriting both the stdout and stderr ones.

Was wondering if there was a specific reason/use-case for this? or whether you'd accept switching to inheriting all the stdio pipes?

Thanks

benoror commented 8 years ago

Not really, PRs welcome! 😸

benoror commented 8 years ago

Fixed in: https://github.com/benoror/better-npm-run/pull/46