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

fix: parse options ending with 3+ hyphens #434

Merged
merged 6 commits into from Jul 5, 2022
Merged

Commits on Feb 5, 2022

  1. fix: parse options ending with 3+ hyphens

    Before this commit, options ending with three or more hyphens were
    being parsed as positional arguments, because a regular expression
    didn't have a start anchor.
    
    Closes yargs#433
    0x2b3bfa0 committed Feb 5, 2022
    Copy the full SHA
    31d637a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Merge branch 'main' into main

    bcoe committed Feb 27, 2022
    Copy the full SHA
    c5ea124 View commit details
    Browse the repository at this point in the history
  2. Add tests

    0x2b3bfa0 committed Feb 27, 2022
    Copy the full SHA
    94eeb8d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    eb36feb View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Copy the full SHA
    427e988 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Merge branch 'main' into main

    bcoe committed Jul 5, 2022
    Copy the full SHA
    87f3e12 View commit details
    Browse the repository at this point in the history