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

basicflag provider support skips already set items #230

Closed
wants to merge 5 commits into from

Commits on Aug 18, 2023

  1. Add new stdflag provider for reading command line parameters

    The new stdflag provider reads commandline parameters as configuration maps. The provider also skips over any flag values that have default values set, saving unnecessary processing for already set items. Tests are modified to include the stdflag module.
    beihai0xff committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    de1dd69 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    0c28b6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e456e58 View commit details
    Browse the repository at this point in the history
  3. add basicFlag unittest

    beihai0xff committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    47ccf96 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    7f2c710 View commit details
    Browse the repository at this point in the history