We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6a6f5 commit 0aa5314Copy full SHA for 0aa5314
1 file changed
coderdata/cli.py
@@ -76,6 +76,9 @@ def check_folder(path: Union[str, PathLike, Path]) -> Path:
76
77
78
if __name__ == '__main__':
79
- main()
+ try:
80
+ main()
81
+ except KeyboardInterrupt:
82
+ pass
83
84
0 commit comments