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