Releases: p-ranav/argparse
Releases · p-ranav/argparse
argparse
- Added support for gathering remaining arguments #17
- Added support for actions without return values #39
- Deprecated print_help() #40
- Removed undocumented PARSE_ARGS macro #41
- Added .clang-format #43
- Switched to value semantics with #50 and #51
- Switched to doctest and parallel builds #53
- Arguments which start with '-' could be positional arguments #56
argparse
argparse
- Support for negative integers, negative floats and scientific notation
- Updated README, adding new examples to show negative number support
argparse
argparse
argparse
argparse
argparse
v1.2
- Fixes error message that showed the small form even though the long form version of the argument was used
- Updated README to show that ArgumentParser.add_argument takes two (or more) arguments so that you can state both a "-v" and a "--verbose".
argparse
- Bug fix with parsing compound arguments
- Better error reporting