Skip to content

Struct SYN_CLI_Command

ClassList > 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

SYN_CLI_Handler SYN_CLI_Command::handler;

Function called when command matches


variable help

const char* SYN_CLI_Command::help;

Help text shown by the help command


variable name

const char* SYN_CLI_Command::name;

Command name (matched against input)



The documentation for this class was generated from the following file src/syntropic/cli/syn_cli.h