ΒΆvoid PrintHelpMessage(bool Hidden = false,
                      bool Categorized = false)

Description

This function just prints the help message, exactly the same way as if the -help or -help-hidden option had been given on the command line.

Declared at: llvm/include/llvm/Support/CommandLine.h:1939

Parameters

bool Hidden = false
if true will print hidden options
bool Categorized = false
if true print options in categories