|
puzzlebox
|
Command definition struct. More...
#include <cmd.h>
Public Attributes | |
| cmd_handle_t * | handle |
| Handler function (required) | |
| const char * | name |
| Command name (required) | |
| const char * | info |
| Command info (shown in help command) (optional = NULL) | |
| cmd_complete_t * | complete |
| Completion function (optional = NULL) | |