Skip to content

argparse

Compare
Choose a tag to compare
@p-ranav p-ranav released this 21 Nov 16:36
· 452 commits to master since this release
  • 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