improved clarity
This commit is contained in:
parent
e8a4b6a109
commit
c931c1fc99
1 changed files with 1 additions and 1 deletions
|
@ -28,4 +28,4 @@ Arguments are extra information that are passed with the command. A command can
|
||||||
- `command <arg1>`: a required argument
|
- `command <arg1>`: a required argument
|
||||||
- `command <arg1> [arg2]`: a required argument and a optional one
|
- `command <arg1> [arg2]`: a required argument and a optional one
|
||||||
- `command [args]*`: arbitrary amount of optional arguments
|
- `command [args]*`: arbitrary amount of optional arguments
|
||||||
- `command [<arg1> <arg2>]`: either both or neither
|
- `command [<arg1> <arg2>]`: neither or both
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue