Struct SYN_CLI_Command¶
Command descriptor. More...
#include <syn_cli.h>
Public Attributes¶
| Type | Name |
|---|---|
| SYN_CLI_Handler | handler |
| const char * | help |
| const char * | name |
Detailed Description¶
Typically defined as a const static array.
Public Attributes Documentation¶
variable handler¶
Function called when command matches
variable help¶
Help text shown by the help command
variable name¶
Command name (matched against input)
The documentation for this class was generated from the following file src/syntropic/cli/syn_cli.h