MCPcopy Create free account
hub / github.com/Profactor/cv-plot / Help

Class Help

CvPlot/ext/catch2/inc/catch.hpp:9391–9403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9389 };
9390
9391 struct Help : Opt {
9392 Help( bool &showHelpFlag )
9393 : Opt([&]( bool flag ) {
9394 showHelpFlag = flag;
9395 return ParserResult::ok( ParseResultType::ShortCircuitAll );
9396 })
9397 {
9398 static_cast<Opt &>( *this )
9399 ("display usage information")
9400 ["-?"]["-h"]["--help"]
9401 .optional();
9402 }
9403 };
9404
9405 struct Parser : ParserBase {
9406

Callers 1

makeCommandLineParserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected