Skip to content

MadLadSquad/UntitledCLIParser

Repository files navigation

UntitledCLIParser

CI MIT license Discord

C and C++ parser for CLI arguments.

Features:

  • Support for short and long arguments
  • Support for grouped short switches(-aBcD is the same as -a -B -c -D)
  • Support for arguments with variable assignment(--test=test or --test test)
  • Support for default arguments
  • Support for array types
  • Complete C and C++ APIs

Installation and Learning

Head to the wiki to learn more about the library and how to use it.

Sponsor this project

  •  

Contributors