T-Box Basic dev
Loading...
Searching...
No Matches
tbox_cli_command_t Struct Reference

CLI 命令定义。 More...

#include <cli.h>

Data Fields

const char * name
 命令名称。
tbox_cli_handler_t handler
 命令处理函数。
const tbox_cli_argument_targuments
 参数定义数组,无参数时为 NULL。
size_t argument_count
 参数数量。
const char * description
 命令说明。

Detailed Description

CLI 命令定义。


The documentation for this struct was generated from the following file: