]
Eric Wittmann commented on SRAMP-573:
-------------------------------------
Shouldn't Ctrl-U clear the text? Ctrl-C is SIGINT - shouldn't that exit the
shell?
Ctrl+C should not exit the CLI
------------------------------
Key: SRAMP-573
URL:
https://issues.jboss.org/browse/SRAMP-573
Project: S-RAMP
Issue Type: Bug
Reporter: Brett Meyer
Assignee: David virgil naranjo
If you mistype a command in the CLI, I'd expect Ctrl+C to clear it. Instead, it
exits the shell completely. Instead, limit that to Ctrl+D. Block Ctrl+C from exiting and
ensure it clears the current partially-typed command.