Description
Parses command-line arguments in C++ programs, reducing the amount of custom option-handling code developers need to write. It is useful for projects that want a small library for flags, options, and positional arguments.
This is a developer library and does not add a user-facing app. Validate command inputs carefully in programs that perform file, network, or destructive operations.