- Breaking change: The ... to specify an argument is consuming must now go after the type, not the name
- Added support for [] after an argument type to indicate it is vararg
- Vararg works like consuming, but is parsed into multiple arguments and passed as an array rather than being passed to the converter as a single string
- This sounds confusing, but please check the wiki, where it is described with examples:
https://github.com/Redempt/RedLib/wiki/Command-Arguments