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

Method Help

include/cli/cli.h:534–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532 }
533
534 void Help(std::ostream& out) const override
535 {
536 if (!IsEnabled()) return;
537 out << " - " << Name() << "\n\t" << description << "\n";
538 }
539
540 // returns:
541 // - the completions of this menu command

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected