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
+2 -11
View File
@@ -10,22 +10,13 @@ from argenta.orchestrator import Orchestrator
router = Router()
@router.command(Command('case are'))
@router.command(Command("case are"))
def handler(response: Response):
print(response.status)
app = App(repeat_command_groups=False)
app.include_router(router)
app.run_polling()
+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())