The gflags package contains a library that implements commandline flags processing.
As such it's a replacement for getopt(). It has increased flexibility, including built-in support
for C++ types like string, and the ability to define flags in the source file in which they're...
More information
Danio is a command line args parser. It provides a simple and static way of defining arguments in the classes where they are actually used and it initializes everything at application start time.
The gflags package implements C++ commandline flag processing. It includes built-in support for standard types such as string, int, and enum. Flags are generally defined in the source file in which they are used.
This nuget package only contains the static library (with threading support).
For...
More information
Redistributable components for package 'glgoo.gflags'. This package should only be installed as a dependency.
(This is not the package you are looking for).
The nuget package of google's gflags is comprised of dll, lib, pdb and include files. Only build with x86 v120 platform, Debug and Release mode is available.