11#define CLI_SHELL_STACK_SIZE (4 * 1024U)
19typedef void (*CliShellMotd)(
void* context);
55void cli_shell_start(
CliShell* shell);
71void cli_shell_set_prompt(
CliShell* shell,
const char* prompt);
API for registering commands with a CLI shell.
Configuration for locating external commands.
Definition cli_command.h:59
Definition cli_registry.c:8
Definition cli_shell.c:38
There are two PipeSides per pipe.
Definition pipe.c:17