Update docs

This commit is contained in:
Corey Johnson 2020-05-08 11:44:30 -07:00
parent 5cf6fb4af4
commit 9267804ef3

View file

@ -51,7 +51,7 @@ _optional argument with placeholder:_
`command sub-command [<arg>]`
_required argument with mutually exclusive options:_
`command sub-command <{path | string}>`
`command sub-command {<path> | <string> | literal}`
_optional argument with mutually exclusive options:_
`command sub-command [{<path> | <string>}]`
`command sub-command [<path> | <string>]`