webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
gflags_reporting.cc File Reference
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <assert.h>
#include <string>
#include <vector>
#include "config.h"
#include "gflags.h"
#include "gflags_completions.h"
#include "util.h"

Namespaces

 GFLAGS_NAMESPACE
 

Functions

 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 ()
 

Function Documentation

◆ DEFINE_bool() [1/6]

DEFINE_bool ( help  ,
false  ,
"show help on all flags [tip:all flags can have two dashes] 
)

◆ DEFINE_bool() [2/6]

DEFINE_bool ( helpfull  ,
false  ,
"show help on all flags -- same as -help"   
)

◆ DEFINE_bool() [3/6]

DEFINE_bool ( helpshort  ,
false  ,
"show help on only the main module for this program  
)

◆ DEFINE_bool() [4/6]

DEFINE_bool ( helppackage  ,
false  ,
"show help on all modules in the main package"   
)

◆ DEFINE_bool() [5/6]

DEFINE_bool ( helpxml  ,
false  ,
"produce an xml version of help"   
)

◆ DEFINE_bool() [6/6]

DEFINE_bool ( version  ,
false  ,
"show version and build info and exit  
)

◆ DEFINE_string() [1/2]

DEFINE_string ( helpon  ,
""  ,
"show help on the modules named by this flag value  
)

◆ DEFINE_string() [2/2]

DEFINE_string ( helpmatch  ,
""  ,
"show help on modules whose name contains the specified substr"   
)