Added help and exit

This commit is contained in:
2026-04-27 12:15:58 -04:00
parent 47a6796e1c
commit 7b2bb509ec
13 changed files with 103 additions and 23 deletions

0
scripts/exit/__init__.py Normal file
View File

4
scripts/exit/exit.py Normal file
View File

@@ -0,0 +1,4 @@
import sys
def main(args):
print("Exiting BUGPy!")
sys.exit(0)