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

@@ -14,4 +14,6 @@ def main(args):
elif entry.is_file():
print(f"[FILE] {entry.name}")
elif args == ["--help"] or args == ["-h"]:
print("Bro is lazy on doing this help section")
print("list_files: Bro is lazy on doing this help section")
else:
print("list_files: Invalid arguments, try using none?")