/** * @file cli_registry_i.h * Internal API for getting commands registered with the CLI */ #pragma once #include #include #include "cli_registry.h" #ifdef __cplusplus extern "C" { #endif #define CLI_BUILTIN_COMMAND_STACK_SIZE (4 * 1024U) typedef struct { void* context; //