We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0cfad commit 3035df2Copy full SHA for 3035df2
1 file changed
src/output.py
@@ -195,6 +195,7 @@ def appendToFile(command):
195
file.close()
196
logger.output()
197
198
+
199
def appendExit():
200
appendToFile('exit $?;')
201
0 commit comments