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 -1
View File
@@ -1,6 +1,7 @@
from argenta.command.flag.models import Flag, PossibleValues
import re
from argenta.command.flag.models import Flag, PossibleValues
# Флаг со списком допустимых значений
format_flag = Flag(name="format", possible_values=["json", "xml", "csv"])