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

Class Help

Source/ThirdParty/catch2/catch.hpp:9470–9482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9468 };
9469
9470 struct Help : Opt {
9471 Help( bool &showHelpFlag )
9472 : Opt([&]( bool flag ) {
9473 showHelpFlag = flag;
9474 return ParserResult::ok( ParseResultType::ShortCircuitAll );
9475 })
9476 {
9477 static_cast<Opt &>( *this )
9478 ("display usage information")
9479 ["-?"]["-h"]["--help"]
9480 .optional();
9481 }
9482 };
9483
9484 struct Parser : ParserBase {
9485

Callers 1

makeCommandLineParserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected