| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ArgumentParser 1.7.0 source code.tar.gz | 2025-12-17 | 695.1 kB | |
| ArgumentParser 1.7.0 source code.zip | 2025-12-17 | 853.8 kB | |
| README.md | 2025-12-17 | 989 Bytes | |
| Totals: 3 Items | 1.5 MB | 0 | |
Additions
- Access the state of an ancestor command using the new
@ParentCommandproperty wrapper. (#802)
Fixes
- Corrects the help display for an case iterable option value type. (#821)
- Fixes ArgumentParser build failure for WASI (WebAssembly System Interface). (#794)
- Updates help text for readability in Repeat example and README. (#787)
- Provides an ambiguity breaker for some
ExpressibleByArgumenttypes. (#841) - Shell completion script fixes. (#801, [#808], [#811])
Changes
docc: Updates the output to present the string representation of command arguments as a wrapped text block. (#791)- Uses Foundation Essentials when possible to reduce binary size on non-Darwin platforms. (#804)
- CMake: Suppress needlessly alarming messages. (#628)
The 1.7.0 release includes contributions from @bkhouri, @cmcgee1024, @dabrahams, @heckj, @incertum, @kkebo, @Konstantin-Krokhin, @natecook1000, @rauhul, @rgoldberg, and @tshortli. Thank you!