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

Method isOpt

src/Argument.cpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81bool Argument::isOpt() const {
82 return isOptional();
83}
84
85String Argument::getName() const {
86 if (argPointer) return String(argPointer->name);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected