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

Improve examples for the `--passthrough-arguments` parameter #480

Closed mark-monteiro closed 3 months ago

mark-monteiro commented 3 months ago

The existing examples are quite vague and do not fully describe how the feature works

The improved examples I've added here were taken directly from the original PR implementing this feature: https://github.com/open-cli-tools/concurrently/pull/307

coveralls commented 3 months ago

Coverage Status

coverage: 99.134% (-0.2%) from 99.343% when pulling a0ffa7726f46466355b8fe9d750193aeff882e94 on mark-monteiro:patch-1 into c70098091d369b85d4f29d25aa715b81045d7a38 on open-cli-tools:main.

mark-monteiro commented 3 months ago

Don't know how to make the linter happy. Everything passes when running locally 🤷