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

Enhancements to ArgvConfigSource #8

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jan 10, 2018

  1. Make the plain string constructor work

    It would split but never called Extract()
    Melanie committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    f8e2f91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e3affd View commit details
    Browse the repository at this point in the history
  3. Add support for positional parameters (non-option arguments)

    Bringing this in line with the capabilities of getopt_long
    Melanie committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    d2d7390 View commit details
    Browse the repository at this point in the history
  4. Reinstate the accidentally commented-out tests

    Melanie committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    3090c0f View commit details
    Browse the repository at this point in the history
  5. Allow specification of parameterless options.

    Melanie committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    559c196 View commit details
    Browse the repository at this point in the history