MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / Help

Class Help

tests/catch.hpp:7364–7376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7362 };
7363
7364 struct Help : Opt {
7365 Help( bool &showHelpFlag )
7366 : Opt([&]( bool flag ) {
7367 showHelpFlag = flag;
7368 return ParserResult::ok( ParseResultType::ShortCircuitAll );
7369 })
7370 {
7371 static_cast<Opt &>( *this )
7372 ("display usage information")
7373 ["-?"]["-h"]["--help"]
7374 .optional();
7375 }
7376 };
7377
7378 struct Parser : ParserBase {
7379

Callers 1

makeCommandLineParserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected