Skip to content

argparse 0.2.0

Compare
Choose a tag to compare
@mpeterv mpeterv released this 09 Mar 11:27
· 93 commits to master since this release
  • Bugfix: fixed script name inference not working for Parser:get_help() and Parser: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>.