MCPcopy Create free account
hub / github.com/SpacehuhnTech/SimpleCLI / addSingleArgumentCommand

Method addSingleArgumentCommand

src/SimpleCLI.cpp:280–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280Command SimpleCLI::addSingleArgumentCommand(const char* name, void (* callback)(cmd* c)) {
281 return addSingleArgCmd(name, callback);
282}
283
284String SimpleCLI::toString(bool descriptions) const {
285 String s;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected