This commit is contained in:
2025-05-21 17:01:35 +03:00
parent 33cb528b1d
commit 365347ea7f
9 changed files with 129 additions and 81 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ console = Console()
)
)
def command_help(response: Response):
case = input('test > ')
case = input("test > ")
print(case)
print(response.status)
print(response.undefined_flags.get_flags())