| 315 | } |
| 316 | |
| 317 | void SimpleCLI::setOnError(void (* onError)(cmd_error* e)) { |
| 318 | this->onError = onError; |
| 319 | } |
| 320 | |
| 321 | void SimpleCLI::setErrorCallback(void (* onError)(cmd_error* e)) { |
| 322 | setOnError(onError); |
nothing calls this directly
no outgoing calls
no test coverage detected