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>
@@ -579,7 +579,7 @@ msgstr ""
msgid ""
"Откройте `127.0.0.1:8000` в браузере, чтобы просмотреть сгенерированную "
"документацию."
msgstr "Open `127.0.0.1:8000` in your browser to view the generated documentation."
msgstr "Open `127.0.0.1:8000` in your browser to presentation the generated documentation."
#: ../../root/contributing.rst:233
msgid ""