MCPcopy 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
108bool CommandError::hasCmd() const {
109 return hasCommand();
110}
111
112bool CommandError::hasArg() const {
113 return hasArgument();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected