added more argument syntax examples
This commit is contained in:
parent
fb375db0ea
commit
7bc8f636b1
1 changed files with 6 additions and 0 deletions
|
@ -83,3 +83,9 @@ WIP
|
||||||
```
|
```
|
||||||
-command [<arg1> <arg2>]
|
-command [<arg1> <arg2>]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### A command that only takes either "a" or "b"
|
||||||
|
|
||||||
|
```
|
||||||
|
-command ["a"|"b"]
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue