Added --exit

This commit is contained in:
Paul Gauthier 2024-07-03 14:06:39 -03:00
parent b5cd5f0e23
commit 8a1fbfd95d
2 changed files with 9 additions and 0 deletions

View file

@ -537,6 +537,9 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
return 1
return
if args.exit:
return
threading.Thread(target=load_slow_imports).start()
while True: