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

ctl_cli_replace_input replaces the input buffer of self with the string pointed to by text. Typically this method is invoked as part of the CLI's process_key method when it detects a special key combination to scroll through command line history.