Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpacehuhnTech/SimpleCLI
/ getCommand
Method
getCommand
src/SimpleCLI.cpp:203–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
Command SimpleCLI::getCommand() {
204
return getCmd();
205
}
206
207
Command SimpleCLI::getCommand(String name) {
208
return getCmd(name);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected