We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778249c commit 9c5d4deCopy full SHA for 9c5d4de
cmdcomp/v2/command/__init__.py
@@ -41,9 +41,9 @@ class V2PoristionalArgumentsCommand(Model):
41
title="arguments of the command.",
42
description=(
43
"argment key allow "
44
- "positional integer (like `1` , `2`), "
45
- 'keyword string(like `"--f"`, `"-f"`), '
46
- 'wildcard string(`"*"`).'
+ "positional integer (like 1, 2), "
+ 'keyword string (like "--f", "-f"), '
+ 'wildcard string ("*").'
47
),
48
49
]
0 commit comments