Skip to content

argparse

Compare
Choose a tag to compare
@p-ranav p-ranav released this 22 Sep 02:28
· 175 commits to master since this release

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 and assign_chars support for better option-value syntax #205
  • Improved help, metavar, subcommands, and samples #206