Synopsis
CTL_CLI_COMMAND_FUNCTION_t ctl_cli_find_core_command(const char *str);
Description

ctl_cli_find_core_command searches for the command str and returns a non-null function pointer if it is a core command.

Currently the core commands are:

Thread Safety

ctl_cli_find_core_command is thread-safe.