| 97 | const char** aliases; |
| 98 | size_t numAliases; |
| 99 | void (*handler)(const struct CliCommand* command, int argc, char* argv[], void* userData); |
| 100 | const char* description; |
| 101 | void* userData; |
| 102 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected