1
0
Fork 0

improved clarity

This commit is contained in:
Kim, Jimin 2021-10-13 11:39:23 +09:00
parent e8a4b6a109
commit c931c1fc99

View file

@ -28,4 +28,4 @@ Arguments are extra information that are passed with the command. A command can
- `command <arg1>`: a required argument
- `command <arg1> [arg2]`: a required argument and a optional one
- `command [args]*`: arbitrary amount of optional arguments
- `command [<arg1> <arg2>]`: either both or neither
- `command [<arg1> <arg2>]`: neither or both