Smaller improvements

This commit is contained in:
Sven Heidemann 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) self._command_handler.handle(command, args)
except KeyboardInterrupt: except KeyboardInterrupt:
Console.write_line()
exit() exit()

View File

@ -16,7 +16,7 @@
"LicenseName": "", "LicenseName": "",
"LicenseDescription": "", "LicenseDescription": "",
"Dependencies": [ "Dependencies": [
"sh_cpl==2021.4.1.post2" "sh_cpl==2021.4.1.post3"
], ],
"PythonVersion": ">=3.9.2", "PythonVersion": ">=3.9.2",
"Classifiers": [] "Classifiers": []