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

View File

@@ -1,3 +1,11 @@
# BUGPY-mOS
BUGS-Python Mock OS
BUGS-Python Mock OS
Checklist:
- finish the help sections in each script function. Currently says bro is lazy
- Each function must have:
- A condition checking if args is empty
- A condition checking -h or --help
- A condition doing the primary stuff as else
- All printouts must be "{function_name}: {what_to_talk}"