Files
ArgsParser/README.md
2025-07-07 19:18:20 -04:00

17 lines
370 B
Markdown

# 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