Synopsis
void ctl_cli_erase_line(CTL_CLI_CONTEXT_t *self);
Description

ctl_cli_erase_line clears the input buffer of self during a call to ctl_cli_gets. Typically this method is invoked as part of the CLI's process_key method when it detects a special key combination.