Skip to content

0.10.0: First actual realease

Compare
Choose a tag to compare
@mzdun mzdun released this 16 Sep 06:02
· 16 commits to master since this release

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