Added help and exit
This commit is contained in:
@@ -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?")
|
||||
|
||||
Reference in New Issue
Block a user