Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
argparse source code.tar.gz | 2025-01-25 | 123.8 kB | |
argparse source code.zip | 2025-01-25 | 153.0 kB | |
README.md | 2025-01-25 | 681 Bytes | |
Totals: 3 Items | 277.4 kB | 0 |
- Added missed ToC link to README https://github.com/p-ranav/argparse/pull/373
- Updated the
min
andmax
to deal with a macro inminwindef.h
[#376] - Fix range of choices bug [#377]
- Don't force
store_into
to override default/explicit values if already set [#380] - subparser: use full parser path instead of just parser name in
usage()
message [#382] - tidy-analysis-stage-01.yml: update to actions/upload-artifact@v4 [#383]
- support
store_into
std::filesystem::path
[#386] - Fixed bug store_into is incompatible with required [#385] [#388]
usage()
: do not emit blank line when a single argument exceedsset_usage_max_line_width()
[#393]