Skip to content

ArgumentParser 0.3.2

Compare
Choose a tag to compare
@natecook1000 natecook1000 released this 16 Jan 05:47
· 273 commits to main since this release
9564d61

Fixes

  • Changes made to a command's properties in its validate method are now persisted.
  • The exit code defined by error types that conform to CustomNSError are now honored.
  • Improved error message when declaring a command type with an unadorned mutable property. (See #256 for more.)
  • Migrated from CRT to MSVCRT for Windows platforms.
  • Fixes and improvements for building with CMake for Windows and Apple Silicon.
  • Documentation improvements.