How to read command usage information
Aliases are alternate names for commands. For example, the +hello command has an alias, which is +hi. That means both commands will do the same thing.
+hello
+hi
Arguments enclosed within <> are required.
<>
Arguments enclosed within [ ] are optional.
[ ]
Argument names that end in ... can involve multiple arguments separated by spaces.
...
Last updated 2 years ago
Was this helpful?