Function to configure diagnostics to quiet mode.
generic.insert(
Switch(
"quiet",
'q')
.doc("Turn off all diagnostic output except error and fatal levels."));
Describes one command-line switch.
ConfigureDiagnosticsQuiet::Ptr configureDiagnosticsQuiet(Message::Facilities &)
Factory for switch action.
Facilities mfacilities
Library-provided facility group.
Definition at line 1767 of file Sawyer/CommandLine.h.
#include <Sawyer/CommandLine.h>
◆ Ptr
◆ ConfigureDiagnosticsQuiet()
Sawyer::CommandLine::ConfigureDiagnosticsQuiet::ConfigureDiagnosticsQuiet |
( |
Message::Facilities & |
facilities | ) |
|
|
inlineprotected |
◆ instance()
◆ operator()()
virtual void Sawyer::CommandLine::ConfigureDiagnosticsQuiet::operator() |
( |
const ParserResult & |
| ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following file: