| 311 | } |
| 312 | |
| 313 | void SimpleCLI::setCaseSensitive(bool caseSensitive) { |
| 314 | setCaseSensetive(caseSensitive); |
| 315 | } |
| 316 | |
| 317 | void SimpleCLI::setOnError(void (* onError)(cmd_error* e)) { |
| 318 | this->onError = onError; |
nothing calls this directly
no outgoing calls
no test coverage detected