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

Method Help

include/cli/cli.h:953–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951 }
952
953 inline void CliSession::Help() const
954 {
955 out << "Commands available:\n";
956 globalScopeMenu->MainHelp(out);
957 current -> MainHelp( out );
958 }
959
960 inline std::vector<std::string> CliSession::GetCompletions(std::string currentLine) const
961 {

Callers 1

MainHelpMethod · 0.45

Calls 1

MainHelpMethod · 0.80

Tested by

no test coverage detected