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:
@@ -8,7 +8,7 @@ from argenta.command.exceptions import (
|
||||
UnprocessedInputFlagException,
|
||||
)
|
||||
from argenta.command.flag import Flag, InputFlag
|
||||
from argenta.command.flag.flags import Flags
|
||||
from argenta.command import Flags
|
||||
from argenta.command.flag.models import PossibleValues, ValidationStatus
|
||||
from argenta.command.models import Command, InputCommand
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import re
|
||||
import pytest
|
||||
|
||||
from argenta.command.flag import Flag, InputFlag, PossibleValues
|
||||
from argenta.command.flag.flags import Flags, InputFlags
|
||||
from argenta.command import Flags, InputFlags
|
||||
|
||||
|
||||
# ============================================================================
|
||||
|
||||
@@ -2,7 +2,7 @@ from datetime import date, datetime
|
||||
|
||||
import pytest
|
||||
|
||||
from argenta.command.flag.flags.models import InputFlags
|
||||
from argenta.command import InputFlags
|
||||
from argenta.command.flag.models import InputFlag
|
||||
from argenta.data_bridge import DataBridge
|
||||
from argenta.response.entity import EMPTY_INPUT_FLAGS, Response
|
||||
|
||||
@@ -3,9 +3,8 @@ import re
|
||||
import pytest
|
||||
from pytest import CaptureFixture
|
||||
|
||||
from argenta.command import Command, InputCommand
|
||||
from argenta.command import Command, InputCommand, Flags, InputFlags
|
||||
from argenta.command.flag import Flag, InputFlag
|
||||
from argenta.command.flag.flags import Flags, InputFlags
|
||||
from argenta.command.flag.models import PossibleValues, ValidationStatus
|
||||
from argenta.response.entity import Response
|
||||
from argenta.router import Router
|
||||
|
||||
Reference in New Issue
Block a user