mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
working
This commit is contained in:
+5
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user