Skip to content

argparse

Compare
Choose a tag to compare
@p-ranav p-ranav released this 02 Apr 00:08
· 285 commits to master since this release
  • Improve thrown message in case of invalid argument - Now message contains information which argument is the source of error. It's easier to spot typo/understand which part of more complex command is the source of problem. 87afaba
  • Update cmake_minimum_required to 3.12.4
  • Update "Printing Help" documentation 5cceb98
  • Updated README examples from exit() to std::exit() 8772b37
  • Code cleanup - data structure names, initialization etc.