LiteCommands v1.6.0
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'