Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpacehuhnTech/SimpleCLI
/ getCommand
Method
getCommand
src/CommandError.cpp:116–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
Command CommandError::getCommand() const {
117
return Command(errorPointer ? errorPointer->command : NULL);
118
}
119
120
Argument CommandError::getArgument() const {
121
return Argument(errorPointer ? errorPointer->argument : NULL);
Callers
nothing calls this directly
Calls
1
Command
Class · 0.85
Tested by
no test coverage detected