argparse
- 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
to3.12.4
- Update "Printing Help" documentation 5cceb98
- Updated README examples from
exit()
tostd::exit()
8772b37 - Code cleanup - data structure names, initialization etc.