mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
docs
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from argenta.command.flag import Flag, InputFlag, ValidationStatus, PossibleValues
|
||||
from argenta.command.flag import (Flag, InputFlag, PossibleValues,
|
||||
ValidationStatus)
|
||||
|
||||
# Создание флага без значения
|
||||
help_flag = Flag("help", possible_values=PossibleValues.NEITHER)
|
||||
|
||||
Reference in New Issue
Block a user