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