Description
A C++ library for defining and parsing command-line flags. Developers use it to give applications consistent options, help text, defaults, and flag validation without writing all parsing logic manually.
Install it when building or running software that depends on gflags. It is a development library, not a command-line tool users run directly.