|
| DEFINE_bool (help, false, "show help on all flags [tip: all flags can have two dashes]") |
|
| DEFINE_bool (helpfull, false, "show help on all flags -- same as -help") |
|
| DEFINE_bool (helpshort, false, "show help on only the main module for this program") |
|
| DEFINE_string (helpon, "", "show help on the modules named by this flag value") |
|
| DEFINE_string (helpmatch, "", "show help on modules whose name contains the specified substr") |
|
| DEFINE_bool (helppackage, false, "show help on all modules in the main package") |
|
| DEFINE_bool (helpxml, false, "produce an xml version of help") |
|
| DEFINE_bool (version, false, "show version and build info and exit") |
|
GFLAGS_DLL_DECL std::string | GFLAGS_NAMESPACE::DescribeOneFlag (const CommandLineFlagInfo &flag) |
|
GFLAGS_DLL_DECL void | GFLAGS_NAMESPACE::ShowUsageWithFlagsRestrict (const char *argv0, const char *restrict) |
|
GFLAGS_DLL_DECL void | GFLAGS_NAMESPACE::ShowUsageWithFlags (const char *argv0) |
|
GFLAGS_DLL_DECL void | GFLAGS_NAMESPACE::HandleCommandLineHelpFlags () |
|