1
0
Fork 0

added more argument syntax examples

This commit is contained in:
Kim, Jimin 2022-02-28 09:57:25 +09:00
parent fb375db0ea
commit 7bc8f636b1

View file

@ -83,3 +83,9 @@ WIP
```
-command [<arg1> <arg2>]
```
#### A command that only takes either "a" or "b"
```
-command ["a"|"b"]
```