Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
argparse source code.tar.gz | 2022-09-22 | 103.2 kB | |
argparse source code.zip | 2022-09-22 | 125.2 kB | |
README.md | 2022-09-22 | 461 Bytes | |
Totals: 3 Items | 228.8 kB | 0 |
Thanks @ndevenish and @skrobinson
- Added support for
parse_known_args
[#201] - Added
-Wsign-conversion
to the tests build and removed implicit conversion warnings [#202] - Allow
--option=value
form of arguments [#203] - Added
-Wshadow
and-Wconversion
to CXX_FLAGS and fixed warnings [#204] - Added
prefix_chars
andassign_chars
support for better option-value syntax [#205] - Improved help, metavar, subcommands, and samples [#206]