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

Show help when ran without arguments #505

Open k26pl opened 2 weeks ago

k26pl commented 2 weeks ago

Concurrently when ran without arguments crashes with AssertionError [ERR_ASSERTION]: [concurrently] no commands provided and stack trace, which is not a pleasant first experience. Instead of throwing error, program should show help

gustavohenke commented 2 weeks ago

Sounds good to me. PRs are welcome!