Description
Provides a C++ library for defining and parsing command-line arguments in applications. It helps developers add options, flags, validation, and help text without writing all argument-handling logic manually.
This is a development library, not a user-facing command. Applications still need tests for option behavior, error messages, and backward compatibility.