extend arguments

This commit is contained in:
2025-10-11 18:29:11 +03:00
parent 0a1d462090
commit e481ee8775
13 changed files with 245 additions and 101 deletions
@@ -4,12 +4,10 @@ from unittest import TestCase
import io
import re
from argenta.app import App
from argenta.command import Command, PredefinedFlags
from argenta.command.flag.models import ValidationStatus
from argenta.router import Router
from argenta.command.flag.flags.models import Flags
from argenta.orchestrator import Orchestrator
from argenta import Orchestrator, App, Router
from argenta.response import Response
@@ -4,12 +4,10 @@ from unittest import TestCase
import io
import re
from argenta.app import App
from argenta.command import Command, PredefinedFlags
from argenta.command.flag.models import PossibleValues, ValidationStatus
from argenta.response import Response
from argenta.router import Router
from argenta.orchestrator import Orchestrator
from argenta import Orchestrator, App, Router
from argenta.command.flag import Flag
from argenta.command.flag.flags import Flags