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

Method setCaseSensitive

src/SimpleCLI.cpp:313–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313void SimpleCLI::setCaseSensitive(bool caseSensitive) {
314 setCaseSensetive(caseSensitive);
315}
316
317void SimpleCLI::setOnError(void (* onError)(cmd_error* e)) {
318 this->onError = onError;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected