diff --git a/src/cpl_cli/cli.py b/src/cpl_cli/cli.py index d9e38813..a0484fbd 100644 --- a/src/cpl_cli/cli.py +++ b/src/cpl_cli/cli.py @@ -67,4 +67,5 @@ class CLI(ApplicationABC): self._command_handler.handle(command, args) except KeyboardInterrupt: + Console.write_line() exit() diff --git a/src/tests/custom/cpl-test/cpl.json b/src/tests/custom/cpl-test/cpl.json index 1bcb2ee8..375c8d57 100644 --- a/src/tests/custom/cpl-test/cpl.json +++ b/src/tests/custom/cpl-test/cpl.json @@ -16,7 +16,7 @@ "LicenseName": "", "LicenseDescription": "", "Dependencies": [ - "sh_cpl==2021.4.1.post2" + "sh_cpl==2021.4.1.post3" ], "PythonVersion": ">=3.9.2", "Classifiers": [] diff --git a/src/tests/custom/cpl-test/src/test/__init__.py b/src/tests/custom/cpl-test/src/test/__init__.py new file mode 100644 index 00000000..e69de29b