We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c39e78 commit 1061785Copy full SHA for 1061785
chatblade/__main__.py
@@ -6,4 +6,7 @@ def main():
6
7
8
if __name__ == "__main__":
9
- main()
+ try:
10
+ main()
11
+ except (EOFError, KeyboardInterrupt):
12
+ exit()
0 commit comments