This commit is contained in:
2025-11-29 11:51:59 +03:00
parent 47fda23431
commit 2a96dfcabe
28 changed files with 103 additions and 242 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ flag_without_value = InputFlag(
name="help", prefix="-", input_value=None, status=ValidationStatus.VALID
)
# Строковое представление включает значение
# String representation includes value
print(str(flag_with_value)) # --output result.txt
print(str(flag_without_value)) # -help None