MCPcopy Create free account
hub / github.com/SpacehuhnTech/SimpleCLI / hasArg

Method hasArg

src/CommandError.cpp:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112bool CommandError::hasArg() const {
113 return hasArgument();
114}
115
116Command CommandError::getCommand() const {
117 return Command(errorPointer ? errorPointer->command : NULL);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected