2021.4.1 #11
@ -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()
|
||||||
|
@ -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": []
|
||||||
|
0
src/tests/custom/cpl-test/src/test/__init__.py
Normal file
0
src/tests/custom/cpl-test/src/test/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user