ParamKit – A Small Library Helping To Parse Commandline Parameters

A small library helping to parse commandline parameters (for Windows).
Objectives
- “like Python’s
argparse
but for C/C++” - compact and minimalistic
- easy to use
- extendable
Demo
Print help for each parameter:

Easily store values of popular types, and verify if all required parameters are filled:

Verify if no invalid parameter was passed:

See the demo code
Download Paramkit