Skip to content

1.4.3

Compare
Choose a tag to compare
@Despical Despical released this 21 Mar 10:11
· 76 commits to main since this release
  • Added a warning message if user tries to register a sub-command without a main command, this message can be ignored and main command won't have any output as expected.
  • Removed Command#allowInfiniteArgs, now all the commands are taking infinite amount of arguments unless min and max values are set.
  • Removed any match function. It was a general function that was applying to all unmatched commands so it was limiting the code, now it can be applied for each main command individually.
  • Now using MessageFormat class to format Command Exceptions instead of using String#format method.

Full Changelog: 1.4.2...1.4.3