This commit is contained in:
2025-11-02 01:04:00 +03:00
parent 15f97eab61
commit 64c984a704
36 changed files with 170 additions and 42 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
from argenta.command import Flags, Flag
from argenta import Command
import re
from argenta import Command
from argenta.command import Flag, Flags
# Создание коллекции с флагами
flags = Flags([
+1 -1
View File
@@ -1,4 +1,4 @@
from argenta.command import Flags, Flag
from argenta.command import Flag, Flags
# Создание коллекции
flags: Flags = Flags()
+1 -1
View File
@@ -1,4 +1,4 @@
from argenta.command import Flags, Flag
from argenta.command import Flag, Flags
from argenta.command.flag.defaults import PredefinedFlags
# Начальная коллекция
+1 -1
View File
@@ -1,4 +1,4 @@
from argenta.command import Flags, Flag
from argenta.command import Flag, Flags
from argenta.command.flag.defaults import PredefinedFlags
flags = Flags([
+1 -1
View File
@@ -1,4 +1,4 @@
from argenta.command import Flags, Flag
from argenta.command import Flag, Flags
from argenta.command.flag.defaults import PredefinedFlags
flags = Flags([
+1 -1
View File
@@ -1,4 +1,4 @@
from argenta.command import Flags, Flag
from argenta.command import Flag, Flags
flags = Flags([
Flag("first"),