| 278 | } |
| 279 | |
| 280 | Command SimpleCLI::addSingleArgumentCommand(const char* name, void (* callback)(cmd* c)) { |
| 281 | return addSingleArgCmd(name, callback); |
| 282 | } |
| 283 | |
| 284 | String SimpleCLI::toString(bool descriptions) const { |
| 285 | String s; |
nothing calls this directly
no outgoing calls
no test coverage detected