Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support yargs "stop parsing" instead of args flag #162

Open
SampsonCrowley opened this issue Apr 6, 2023 · 0 comments
Open

Support yargs "stop parsing" instead of args flag #162

SampsonCrowley opened this issue Apr 6, 2023 · 0 comments

Comments

@SampsonCrowley
Copy link

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._ group

so command with extra args just becomes:

npx cypress-parallel -s cy:run -t 4 -- --all of --this will="be ",parsed=correctly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant