Would it be possible to add support for single quotes in addition to escaped double quotes? `"concurrently 'tsc --watch' 'rollup --config --watch'"` vs `"concurrently \"tsc --watch\" \"rollup --config --watch\""`
Would it be possible to add support for single quotes in addition to escaped double quotes?
"concurrently 'tsc --watch' 'rollup --config --watch'"vs"concurrently \"tsc --watch\" \"rollup --config --watch\""