This commit is contained in:
2026-01-29 14:09:15 +03:00
parent 107530a4b1
commit d03ce5061b
7 changed files with 89 additions and 41 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from argenta.command import Flag
verbose_flag = Flag(name="verbose", prefix="--")
short_flag = Flag(name="v", prefix="-")
# Debug view
# Debug presentation
print(repr(verbose_flag)) # Flag<prefix=--, name=verbose>
print(repr(short_flag)) # Flag<prefix=-, name=v>