| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ArgumentParser 1.7.1 source code.tar.gz | 2026-03-20 | 697.4 kB | |
| ArgumentParser 1.7.1 source code.zip | 2026-03-20 | 856.6 kB | |
| README.md | 2026-03-20 | 971 Bytes | |
| Totals: 3 Items | 1.6 MB | 0 | |
Changes
- Adds detailed documentation for providing descriptions of enum values. (#825)
- Adds
aliasesto the dump-help output. (#813) - Improves zsh completions; prevents bash completion cleanup commands from being appended to shell history. (#864, [#859])
- Eliminates deprecation warnings in
Examples/math. (#879)
Fixes
- Fixes build issues in Swift 5.7-5.9. (#874, [#875])
- Fixes
--helpoutput for nested subcommands with default subcommands. (#866) - Prevents
@OptionGrouptype names from appearing in help usage strings. (#873) - Fixes handling of visibility with nested option groups. (#838)
- Updates GitHub Actions workflows and streamlines the required checks. (#839, [#843], [#844], [#853], [#856], [#857], [#876], [#877])
The 1.7.0 release includes contributions from @bkhouri, @bob-wilson, @jglogan, @kphrx, @louisunlimited, @natecook1000, @rauhul, @rgoldberg, @salmanmkc, @stackotter, and @William-Laverty. Thank you!