Skip to content

LiteCommands v1.6.0

Compare
Choose a tag to compare
@Rollczi Rollczi released this 11 Feb 01:51
· 462 commits to master since this release

Info

  • GH-39 Add test for argument handle.
  • GH-39 Add @handler annotation.
  • GH-40 Add Optional arguments handling.
  • GH-40 Add SingleArgumentHandler#toOptionHandler() method.
  • GH-41 Add raw type support for LiteCommandsBuilder.
  • GH-41 Add NativeBind class.
  • GH-41 Implement test platform (LiteTestPlatform).

Dependencies (Maven or Gradle)

Framework Core

<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>1.6.0</version>
</dependency>
implementation 'dev.rollczi.litecommands:core:1.6.0'