MCPcopy Create free account
hub / github.com/daniele77/cli / MainHelp

Method MainHelp

include/cli/cli.h:525–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523 }
524
525 void MainHelp(std::ostream& out)
526 {
527 if (!IsEnabled()) return;
528 for (const auto& cmd: *cmds)
529 cmd->Help(out);
530 if (parent != nullptr)
531 parent->Help(out);
532 }
533
534 void Help(std::ostream& out) const override
535 {

Callers 1

HelpMethod · 0.80

Calls 1

HelpMethod · 0.45

Tested by

no test coverage detected