Fix the sudden exit from the application #8
Labels
bug
Something isn't working
enhancement
New feature or request
good first issue
Good for newcomers
Hard
help wanted
Extra attention is needed
The application throws an
InterruptedIOException
when the user tries to kill the process (ctrl + c) while a command is being executed:A graceful exit using the ShellFormatter would be preferred in these instances
Definition of done: When a user kills the process whilst on a command, the user won't see an exception but a goodbye message
The text was updated successfully, but these errors were encountered: