Additions
- You can now use ArgumentParser with Musl libc. (#574)
Fixes
- Fixes a bug where single-page manuals did not include command abstracts for
subcommands. (#552) - Fixes a bug where non-optional properties in ParsableCommands could cause
ArgumentParser to crash. You can now include properties like dictionaries in
ParsableCommands without issue. (#554) - Fixes a configuration issue which would cause
ArgumentParserTestHelpers
to
fail to link when building for Windows. (#579)
The 1.2.3 release includes contributions from @compnerd, @gwynne,
@MaxDesiatov, @natecook1000, and @rauhul. Thank you!