|
Libecoli 0.11.3
Extensible COmmand LIne library
|
A node that parses commands using a format string. More...
Macros | |
| #define | EC_NODE_CMD(args...) |
A node that parses commands using a format string.
Configuration Schema
| #define EC_NODE_CMD | ( | args... | ) |
Create a command node from a format string.
The format string describes a command grammar using a simple syntax. Child nodes are passed as variadic arguments and referenced by name in the format string.
Example:
Definition at line 30 of file node_cmd.h.