We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf6fb4 commit 9267804Copy full SHA for 9267804
docs/command-line-syntax.md
@@ -51,7 +51,7 @@ _optional argument with placeholder:_
51
`command sub-command [<arg>]`
52
53
_required argument with mutually exclusive options:_
54
-`command sub-command <{path | string}>`
+`command sub-command {<path> | <string> | literal}`
55
56
_optional argument with mutually exclusive options:_
57
-`command sub-command [{<path> | <string>}]`
+`command sub-command [<path> | <string>]`
0 commit comments