MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / help

Method help

CLI/CLI.cpp:222–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220
221
222const char * Parser::help(const string& cmd) const
223{
224 HelpTable::const_iterator hp = mHelpTable.find(cmd);
225 if (hp==mHelpTable.end()) return "no help available";
226 return hp->second.c_str();
227}
228
229
230// Parse options in optstring out of argc,argv.

Callers 1

showHelpFunction · 0.80

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected