370 B
370 B
ArgsParser
A C++ library for parsing command arguments.
Brief
The library in it's current state performs only the parsing of tokens from a command string. Implementing the functionality of flags, options, subcommands, etc is left up to the user. Plans for a more comprehensive parsing suite are in the works, however.