argparse 0.2.0
- Bugfix: fixed script name inference not working for
Parser:get_help()
andParser:get_usage()
methods. - New feature: added mutually exclusive groups.
- New feature: options and arguments can now be configured to use different argument placeholders for first, second, etc. arguments. E.g.
--pair <key> <value>
.