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
7k stars 228 forks source link

add --kill-signal option #402

Closed paulsmithkc closed 1 year ago

paulsmithkc commented 1 year ago

Add a --kill-signal option to change what signal is sent to the other processes.

Fixes #395

paulsmithkc commented 1 year ago

@paescuj @gustavohenke bump

jessephelps commented 1 year ago

This would be helpful for my issues as well!

gustavohenke commented 1 year ago

Released in v8.0.0!