MCPcopy Create free account
hub / github.com/apache/trafficserver / Help

Class Help

lib/catch2/catch.hpp:9477–9489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9475 };
9476
9477 struct Help : Opt {
9478 Help( bool &showHelpFlag )
9479 : Opt([&]( bool flag ) {
9480 showHelpFlag = flag;
9481 return ParserResult::ok( ParseResultType::ShortCircuitAll );
9482 })
9483 {
9484 static_cast<Opt &>( *this )
9485 ("display usage information")
9486 ["-?"]["-h"]["--help"]
9487 .optional();
9488 }
9489 };
9490
9491 struct Parser : ParserBase {
9492

Callers 1

makeCommandLineParserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected