This commit is contained in:
2025-10-27 11:59:03 +03:00
parent fc8597504f
commit 7b40fff4c5
16 changed files with 1691 additions and 22 deletions
+11
View File
@@ -0,0 +1,11 @@
from argenta import Router, Response
from argenta.di import FromDishka
from argenta.orchestrator.argparser import ArgSpace
router = Router()
@router.command('get_args')
async def get_args(response: Response, argspace: FromDishka[ArgSpace]):
print(argspace.all_arguments)