Skip to content
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

Silent mode #25

Closed
ElegantScripting opened this issue Feb 15, 2016 · 6 comments
Closed

Silent mode #25

ElegantScripting opened this issue Feb 15, 2016 · 6 comments

Comments

@ElegantScripting
Copy link

Can you make a silent mode?

When using concurrently for build systems, its prompt gets a bit annoying.

Thanks.

@kimmobrunfeldt
Copy link
Contributor

kimmobrunfeldt commented Sep 12, 2016

How would you want the silent mode to work? Nothing to stdout or stderr? Or just silence stdout?

@gaggle
Copy link

gaggle commented Nov 19, 2016

I'd love a "silent stdout" arg that works like name, color, etc. So I can run multiple processes but silence those I don't care about.

@0xcaff
Copy link

0xcaff commented Jul 16, 2017

If you don't care about cross compatibility, you can do the following with modern bash:

(npm run testrpc >& /dev/null) & npm run test

@PowerSupply
Copy link

It would be great to be able to specify the processes (by name/index) to silence stdout of

@Christilut
Copy link

Same here. Running tsc --watch and ava --watch at the same time, I don't care about the typescript compilation spam. Would be great if I can select only one command to be silent. Or even better, only show error output.

Maybe such options are nice to add to #102 ?

@gustavohenke
Copy link
Member

If you are reading this, --hide flag is a thing since v6.4.0.
Run concurrently --help or see #173 to understand more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants