MCPcopy Create free account
hub / github.com/KaisenAmin/c_std / CliCommand

Class CliCommand

cli/cli.h:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected