-
-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to hide command output #138
Comments
Thanks for the suggestion, @kopach! I imagine something like |
Duplicate of #25 |
Windows itself is going way towards WSL2, and recommending it for node development. This might open a bag of worms, but I see the reasonable footprint to support to be the Windows + WSL2 combo. If so, this would allow simplification on the side of |
HI! its seems to be merged but not published yet.. |
Published in |
Would be great to have an option to hide output of some process. So, e.g. by running 2 processes I only see output of one of them. I can do something like this
&> /dev/null
but it won't work on Windows OS.Maybe as additional feature to this, would be an ability to set log level. e.g. show only error output.
The text was updated successfully, but these errors were encountered: