ParamKit
A small library helping to parse commandline parameters (for Windows).
|
A small library helping to parse commandline parameters (for Windows).
Objectives
You can quickly create a project using ParamKit basing on the given template:
Docs
Demo
Paramkit allows you to cluster your parameters into custom groups.
You can use predefined, popular parameter types, or add your custom ones.
Easily parse and store values, and verify if all required parameters are filled:
Verify if no invalid parameter was passed, and eventually suggest similar parameters:
See the demo code