Skip to content

ArgumentParser 0.0.5

Compare
Choose a tag to compare
@natecook1000 natecook1000 released this 15 Apr 19:49
9f04d1f

Additions

  • You can now specify a version string in a ParsableCommand's configuration.
    The generated tool will then automatically respond to a --version flag.
  • Command definitions are now validated at runtime in debug mode, to check
    issues that can't be detected during compilation.

Fixes

  • Deprecation warnings during compilation on Linux have been removed.
  • The validate() method is now called on each command in the matched command
    stack, instead of only the last command in the stack.