github apple/swift-argument-parser 0.0.5
ArgumentParser 0.0.5

latest releases: 1.4.0, 1.3.1, 1.3.0...
4 years ago

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.

Don't miss a new swift-argument-parser release

NewReleases is sending notifications on new releases.