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

feat: introduce single-digit boolean aliases #255

Merged

Commits on Mar 7, 2020

  1. feat: introduce single-digit boolean aliases

    As discussed on yargs/yargs#1454
    even though there are plenty of valid usecases for single-digit
    aliases and many well stablished examples, it is still
    completely unsupported on yargs-parser.
    
    This changeset introduces the possibility of using this simple numeric
    alias in the context of boolean flags.
    ruyadorno committed Mar 7, 2020
    Copy the full SHA
    ee92399 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dc14991 View commit details
    Browse the repository at this point in the history