We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ node bin/concurrently.js --names x,o "bash -c \"while true; do printf x; sleep 0.2; done\"" "bash -c \"while true; do printf o; sleep 0.2; done\"" [x] xoxoxoxoxoxoxoxoxoxoxoxoxoxoxoxoxo^Cbash -c "while true; do printf x; sleep 0.2; done" exited with code SIGINT [o] bash -c "while true; do printf o; sleep 0.2; done" exited with code SIGINT
expected: flush early, dont wait for newline + remember last command to continue line
[x] x [o] o [x] x [o] o
slightly related to #168
would be easy to solve with #247
The text was updated successfully, but these errors were encountered:
No branches or pull requests
expected: flush early, dont wait for newline + remember last command to continue line
slightly related to #168
would be easy to solve with #247
The text was updated successfully, but these errors were encountered: