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(array, nargs): support -o=--value and --option=--value format #262

Merged
merged 8 commits into from Mar 26, 2020

Commits on Mar 26, 2020

  1. WIP: add test to reproduce #261

    Mael LE GUEN committed Mar 26, 2020
    Copy the full SHA
    40fc27b View commit details
    Browse the repository at this point in the history
  2. fix(eatArray): support --option=--value

    Mael LE GUEN committed Mar 26, 2020
    Copy the full SHA
    8ecc1b2 View commit details
    Browse the repository at this point in the history
  3. WIP: add test to reproduce #261 with nargs

    Mael LE GUEN committed Mar 26, 2020
    Copy the full SHA
    6e862b4 View commit details
    Browse the repository at this point in the history
  4. fix(eatNargs): support --option=--value and -o=--value

    Mael LE GUEN committed Mar 26, 2020
    Copy the full SHA
    a0611d9 View commit details
    Browse the repository at this point in the history
  5. WIP: add test to reproduce #261 with array and -o=--value

    Mael LE GUEN committed Mar 26, 2020
    Copy the full SHA
    6dad7d5 View commit details
    Browse the repository at this point in the history
  6. fix(eatArray): support -o=--value

    Mael LE GUEN committed Mar 26, 2020
    Copy the full SHA
    0475b52 View commit details
    Browse the repository at this point in the history
  7. fix(nargs): narg 0 was not enforced

    Mael LE GUEN committed Mar 26, 2020
    Copy the full SHA
    02a8a94 View commit details
    Browse the repository at this point in the history
  8. test(nargs-eat-options): add missing test

    To meet required coverage threshold
    Mael LE GUEN committed Mar 26, 2020
    Copy the full SHA
    8a58c71 View commit details
    Browse the repository at this point in the history