Skip to content

Commit 9c5d4de

Browse files
committed
Update: command.
1 parent 778249c commit 9c5d4de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmdcomp/v2/command/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ class V2PoristionalArgumentsCommand(Model):
4141
title="arguments of the command.",
4242
description=(
4343
"argment key allow "
44-
"positional integer (like `1` , `2`), "
45-
'keyword string(like `"--f"`, `"-f"`), '
46-
'wildcard string(`"*"`).'
44+
"positional integer (like 1, 2), "
45+
'keyword string (like "--f", "-f"), '
46+
'wildcard string ("*").'
4747
),
4848
),
4949
]

0 commit comments

Comments
 (0)