0.10.0: First actual realease
Small library for program argument parser, inspired by Python's argparse
, for C++17/20.
- automatic
-h
/--help
support - positional arguments
- arguments with and without value
- custom arguments with a callback
- printer aware of terminal width