You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this repo is littered with compaints about "-a" not working as expected. requiring a non-standard escaped quoting and aplitting args incorrectly can be done better by just proxying everything in the argv._ group
https://github.com/yargs/yargs/blob/HEAD/docs/tricks.md#stop-parsing
this repo is littered with compaints about "-a" not working as expected. requiring a non-standard escaped quoting and aplitting args incorrectly can be done better by just proxying everything in the
argv._
groupso command with extra args just becomes:
npx cypress-parallel -s cy:run -t 4 -- --all of --this will="be ",parsed=correctly
The text was updated successfully, but these errors were encountered: