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.15k stars 234 forks source link

fix readme usage instructions to emphasize Double Quotes for compatibility #509

Open victorhcb opened 1 month ago

victorhcb commented 1 month ago

This discussion came up in a Brazilian project (TabNews) when a Pull Request revealed a compatibility issue with Windows due to the use of single quotes.

The idea of this PR is to make it clear in the documentation that using double quotes is the way to go if you want to avoid compatibility problems across different operating systems.

It’s a small change, but it could save users from wasting minutes—or even hours—trying to figure out what went wrong!