Version 0.3.0
Pre-release
Pre-release
Features
- Rename
ParsedArguments
toParseResult
. - Add more javadocs and improved some other.
- Add
onValuesReceived()
toCommandTemplate
. This is a method that an inheritor may override. - Add
getParseResult()
toCommandTemplate
. - Add
wasUsed()
,getCommand()
toCommandTemplate
andParseResult
. ParseResult#getSubResult()
now returns a non-nullable value. (Now throws if no command was found)- Add
getUsedResults()
toParseResultRoot
.
Fixes
- Tiny fix on the javadoc of
ArgumentGroup
. - Some other javadoc fixes.