Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpacehuhnTech/SimpleCLI
/ toString
Method
toString
src/Command.cpp:244–249 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
}
243
244
String Command::toString(bool description) const {
245
String s;
246
247
toString(s, description);
248
return s;
249
}
250
251
CommandType Command::getType() const {
252
if (cmdPointer) {
Callers
nothing calls this directly
Calls
1
Argument
Class · 0.85
Tested by
no test coverage detected