Skip to content
forked from gflags/gflags

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 used. Please report any issues with this library at https://code.googl…

License

Notifications You must be signed in to change notification settings

andy-held/gflags

 
 

Repository files navigation

This repository contains a C++ of the Google commandline flags module.
Documentation for the C++ implementation is in doc/. The python version of
gflags is now shipped seperately as it is completely independent of this
module.

See INSTALL for (generic) installation instructions for C++: basically
   ./configure && make && make install

See README_windows.txt for instructions on using under windows.

About

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 used. Please report any issues with this library at https://code.googl…

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 53.8%
  • C++ 42.7%
  • C 3.1%
  • CSS 0.4%