The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at: gflags.github.io/gflags/
Use the zopen package manager (QuickStart Guide) to install:
zopen install gflags- Clone the repository:
git clone https://github.com/zopencommunity/gflagsport.git
cd gflagsport- Build using zopen:
zopen build -vvSee the zopen porting guide for more details.
Contributions are welcome! Please follow the zopen contribution guidelines.