|
Lamp-Da 0.1
A compact lantern project
|
Public Attributes | |
| const char *const | name |
| Name of the command to call. | |
| const char *const | usage |
| Command usage string (e.g., "[arg1] arg2") | |
| uint8_t | minArgs |
| minimum argument count | |
| uint8_t | maxArgs |
| maximum argument count | |
| const char *const | description |
| Text description of the command. | |
| void(* | handler )(const common::cli::ParsedCommand &) |
| handler of the command | |
| const uint32_t | hash |
| command name hash | |