C and C++ parser for CLI arguments.
Features:
- Support for short and long arguments
- Support for grouped short switches(
-aBcDis the same as-a -B -c -D) - Support for arguments with variable assignment(
--test=testor--test test) - Support for default arguments
- Support for array types
- Complete C and C++ APIs
Head to the wiki to learn more about the library and how to use it.