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

switch quoting library #491

Open soletan opened 2 months ago

soletan commented 2 months ago

fixing #487

The PR is replacing the generic approach in shell-quote library with a different one based on character-by-character tests I've made resulting in a different quoting library.

coveralls commented 2 months ago

Coverage Status

coverage: 99.136% (+0.002%) from 99.134% when pulling 47cba343a6dbdac7bd352ba2e521d1c66ad93522 on cepharum:main into 3dc909a9618f92cb8dae2fa62538af9db08a377e on open-cli-tools:main.

soletan commented 2 months ago

Hm, not sure about the open linter errors for running ESLint on my working copy presents that warning, only. In case it is fixing something locally, this does not result in a change accepted for commission by git CLI tool.