# 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. ## API Overview ## Usage ## Known Bugs