Paramkit is a small library helping to parse commandline parameters.
Objectives
- “like Python’s
argparse
but for C/C++” - compact and minimalistic
- easy to use
- extendable
Also Read – WiFiPumpkin3 : Powerful Framework For Rogue Access Point Attack
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