Smaller improvements

This commit is contained in:
2021-03-15 18:28:33 +01:00
parent 3e59f01add
commit 85cd9fbcbc
3 changed files with 2 additions and 1 deletions

View File

@@ -67,4 +67,5 @@ class CLI(ApplicationABC):
self._command_handler.handle(command, args)
except KeyboardInterrupt:
Console.write_line()
exit()