#include <commands.h>
Data Fields | |
char * | command |
Command name. | |
bool | tokenise |
Should the argument string be split on spaces? | |
int | minArgs |
Minimum number of args this command accepts. | |
int | maxArgs |
Maximum number of args this command accepts. | |
char * | shortHelp |
Short description of the command, displayed by help. | |
char * | longHelp |
Long description of the command, displayed by help <command>. | |
void(* | commandfunc )(int argc, char **argv) |
Function to call to execute command. |
Minimum number of args this command accepts.
Maximum number of args this command accepts.