Skip to content

v2.3.0

Compare
Choose a tag to compare
@SpectraL519 SpectraL519 released this 31 Jul 13:39
· 2 commits to master since this release
eb80332
  • Added the required, bypass_required and default_value parameters to the positional argument class
  • For both positional and optional arguments, aligned:
    • handling of the required and bypass_required parameters to automatically handle the other
      parameter's value if the set value makes the other parameter's value logically incorrect
    • handling default_value setting to disable the required option
  • Added the argument configuration verification step in the parse_args function