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

Sade parses past -- #57

Open
benmerckx opened this issue Jul 7, 2023 · 0 comments
Open

Sade parses past -- #57

benmerckx opened this issue Jul 7, 2023 · 0 comments

Comments

@benmerckx
Copy link

benmerckx commented Jul 7, 2023

If an optional argument is defined sade will parse after --

import sade from 'sade'
sade('prog')
  .command('build [config]').action(console.log)
  .parse(['node', 'cli.js', 'build', '--', 'abc', 'xyz'])

Results in "abc", {_: ["xyz"]}

But I'd expect it to parse undefined, {_: ["abc', "xyz"]}

@benmerckx benmerckx changed the title Sade parses past -- Sade parses past -- Jul 7, 2023
benmerckx added a commit to alineacms/alinea that referenced this issue Jul 7, 2023
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