Ctrl+C should not exit the CLI
------------------------------
Key: ARTIF-573
URL:
https://issues.jboss.org/browse/ARTIF-573
Project: Artificer
Issue Type: Sub-task
Reporter: Brett Meyer
Assignee: Brett Meyer
Fix For: 1.0.0.Alpha1
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.