MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / Help

Class Help

Bcore/src/main/cpp/Dobby/tests/catch.hpp:6057–6065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6055};
6056
6057struct Help : Opt {
6058 Help(bool &showHelpFlag)
6059 : Opt([&](bool flag) {
6060 showHelpFlag = flag;
6061 return ParserResult::ok(ParseResultType::ShortCircuitAll);
6062 }) {
6063 static_cast<Opt &> (*this)("display usage information")["-?"]["-h"]["--help"].optional();
6064 }
6065};
6066
6067struct Parser : ParserBase {
6068

Callers 1

makeCommandLineParserFunction · 0.85

Calls

no outgoing calls

Tested by 1

makeCommandLineParserFunction · 0.68