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

parsing and then unparsing removes = #86

Open
naugtur opened this issue Feb 14, 2023 · 1 comment
Open

parsing and then unparsing removes = #86

naugtur opened this issue Feb 14, 2023 · 1 comment
Labels

Comments

@naugtur
Copy link

naugtur commented Feb 14, 2023

I've been trying to get unparsed arguments passed on to npm6 and yargs parser+unparser turns --omit=dev that npm6 understands into ['--omit', 'dev'] which it doesn't.
I know it's not great of npm6 to do that, but it is an issue with unparser that it produces a different set of arguments.

It could use a hint from parser weather the value was given via = or not.

@bcoe bcoe added the bug label Feb 23, 2023
@shadowspawn
Copy link
Member

Related: #80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants