MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / Help

Class Help

extlibs/catch/include/catch/catch.hpp:9158–9170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9156 };
9157
9158 struct Help : Opt {
9159 Help( bool &showHelpFlag )
9160 : Opt([&]( bool flag ) {
9161 showHelpFlag = flag;
9162 return ParserResult::ok( ParseResultType::ShortCircuitAll );
9163 })
9164 {
9165 static_cast<Opt &>( *this )
9166 ("display usage information")
9167 ["-?"]["-h"]["--help"]
9168 .optional();
9169 }
9170 };
9171
9172 struct Parser : ParserBase {
9173

Callers 1

makeCommandLineParserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected