Skip to content

ArgumentParser 1.2.1

Compare
Choose a tag to compare
@natecook1000 natecook1000 released this 13 Jan 19:19
· 59 commits to main since this release
4ad606b

Changes

Fixes

  • exit(_:) no longer causes infinite recursion on the WASI platform. (#520)
  • Completion scripts for fish now provide completions after a non-hyphen-prefixed argument has been provided. (#535)
  • Overload selection for custom ExpressibleByArgument types has been improved. (#522)
  • The usage string for .postTerminator arguments now includes the required terminator (--). (#542)
  • Documentation and testing fixes and improvements.

The 1.2.1 release includes contributions from @Chamepp, @KKK669, @mtj0928, @natecook1000, @rauhul, @rickrizzo, @TiagoMaiaL, and @yim-lee. Thank you!