This commit is contained in:
2025-05-07 02:15:42 +03:00
parent 61ef6a6466
commit c4b3aa7db8
6 changed files with 44 additions and 25 deletions
+5 -3
View File
@@ -14,8 +14,10 @@ from argenta.command.models import InputCommand
import inspect
inv = InvalidValueInputFlags(InputFlag('test'))
inve = InvalidValueInputFlags(InputFlag('test'))
router = Router()
print(inv == inve)
@router.command(Command('some'))
def handler(res: Response) -> Response:
pass