ArgumentParser 1.1.2
Changes
- CMake builds now always statically link
ArgumentParserToolInfo
. (#424)
Fixes
- When a user provides an array-based option's key (e.g.
--key
) without any values, the error message now correctly describes the problem. (#435)
The 1.1.2 release includes contributions from @compnerd and @KeithBird. Thank you!