Update documentation and code snippets

This commit is contained in:
2026-01-22 22:02:19 +03:00
parent f9a85da430
commit f27f7b135b
26 changed files with 301 additions and 160 deletions
@@ -5,8 +5,7 @@ from collections.abc import Iterator
import pytest
from argenta import App, Orchestrator, Router
from argenta.command import Command, PredefinedFlags
from argenta.command.flag.flags.models import Flags
from argenta.command import Command, PredefinedFlags, Flags
from argenta.command.flag.models import ValidationStatus
from argenta.response import Response
@@ -5,9 +5,8 @@ from collections.abc import Iterator
import pytest
from argenta import App, Orchestrator, Router
from argenta.command import Command, PredefinedFlags
from argenta.command import Command, PredefinedFlags, Flags
from argenta.command.flag import Flag
from argenta.command.flag.flags import Flags
from argenta.command.flag.models import PossibleValues, ValidationStatus
from argenta.response import Response