open-cli-tools / concurrently

Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better.
https://www.npmjs.com/package/concurrently
MIT License
6.98k stars 227 forks source link

Make `--raw` compatible with `--hide` #486

Closed PoQuatre closed 2 months ago

PoQuatre commented 2 months ago

This PR closes #394

coveralls commented 2 months ago

Coverage Status

coverage: 99.142% (+0.008%) from 99.134% when pulling 523a3feac3147dd6a5c2bf6299ba9e443c33aa27 on PoQuatre:main into 3dc909a9618f92cb8dae2fa62538af9db08a377e on open-cli-tools:main.

PoQuatre commented 2 months ago

I did some tests on my side with a package I'm working on, and it seems to work without issues, although I'm not 100% sure if I haven't missed some edge cases as I am not super familiar with the tool and the codebase