Synopsis
void ctl_cli_execute(CTL_CLI_CONTEXT_t *self,
                     char *text);
Description

ctl_cli_execute executes the CLI command in text. Note that text is a non-const pointer and will be modified by ctl_cli_execute as it parses the command line.