1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

exit code on ctrl-c exit

This commit is contained in:
Kelly Brazil
2020-02-05 16:12:09 -08:00
parent 3d76437b43
commit 3b81f7e2a1

View File

@ -82,7 +82,7 @@ __version__ = info.version
def ctrlc(signum, frame):
exit()
exit(1)
def parsers_text(indent=0, pad=0):