Releases: honkling/commando
Releases · honkling/commando
v2.1.2
v2.1.1
v2.0.1
v2.0.0
- Completely rewrote commando
- Arg validation! You can now set the return type of methods to a boolean, and if you return false, the usage message will be sent. This is useful for validating arguments, but too one-off to justify making a type for it
- Subsubcommands, and subsubsubcommands, and subsubsubsubcommands. You can now nest classes, and commando will treat it as a subcommand group.
- new Nullable annotation just in case you need it, because Max at JetBrains decided to make Nullable have the CLASS retention policy instead of RUNTIME.
as goes with any rewrite, there will be bugs, so please create an issue when you see them.