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.