make pre_cycle_setup faster on 4 sec, start implemtnation disable redirect stdout in router

This commit is contained in:
2025-05-19 10:31:05 +03:00
parent 8b06e9cd39
commit 45f410e3e8
11 changed files with 53 additions and 27 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from argenta.command.flag import Flag, InputFlag
from argenta.command.flags import Flags
from argenta.command.flag.flags import Flags
from argenta.command.models import InputCommand, Command
from argenta.command.exceptions import (UnprocessedInputFlagException,
RepeatedInputFlagsException,
+1 -1
View File
@@ -1,5 +1,5 @@
from argenta.command.flag import Flag, InputFlag
from argenta.command.flags import InputFlags, Flags
from argenta.command.flag.flags import InputFlags, Flags
import unittest
import re
+1 -1
View File
@@ -1,5 +1,5 @@
from argenta.command.flag import InputFlag, Flag
from argenta.command.flags import Flags, InputFlags, UndefinedInputFlags, InvalidValueInputFlags, ValidInputFlags
from argenta.command.flag.flags import Flags, InputFlags, UndefinedInputFlags, InvalidValueInputFlags, ValidInputFlags
from argenta.router import Router
from argenta.command import Command
from argenta.router.exceptions import (TriggerContainSpacesException,