MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / Help

Method Help

test/catch.hpp:10579–10586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10577struct Help : Opt
10578{
10579 Help(bool& showHelpFlag)
10580 : Opt([&](bool flag) {
10581 showHelpFlag = flag;
10582 return ParserResult::ok(ParseResultType::ShortCircuitAll);
10583 })
10584 {
10585 static_cast<Opt&> (*this)("display usage information")["-?"]["-h"]["--help"].optional();
10586 }
10587};
10588
10589struct Parser : ParserBase

Callers

nothing calls this directly

Calls 1

optionalMethod · 0.80

Tested by

no test coverage detected