Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpacehuhnTech/SimpleCLI
/ hasCmd
Method
hasCmd
src/CommandError.cpp:108–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
bool CommandError::hasCmd() const {
109
return hasCommand();
110
}
111
112
bool CommandError::hasArg() const {
113
return hasArgument();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected