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

Method addBoundlessCommand

src/SimpleCLI.cpp:276–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276Command SimpleCLI::addBoundlessCommand(const char* name, void (* callback)(cmd* c)) {
277 return addBoundlessCmd(name, callback);
278}
279
280Command SimpleCLI::addSingleArgumentCommand(const char* name, void (* callback)(cmd* c)) {
281 return addSingleArgCmd(name, callback);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected