Skip to content

Version 0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@darvil82 darvil82 released this 03 Jan 15:32
· 444 commits to main since this release
8b42546

Features

  • Rename ParsedArguments to ParseResult.
  • Add more javadocs and improved some other.
  • Add onValuesReceived() to CommandTemplate. This is a method that an inheritor may override.
  • Add getParseResult() to CommandTemplate.
  • Add wasUsed(), getCommand() to CommandTemplate and ParseResult.
  • ParseResult#getSubResult() now returns a non-nullable value. (Now throws if no command was found)
  • Add getUsedResults() to ParseResultRoot.

Fixes

  • Tiny fix on the javadoc of ArgumentGroup.
  • Some other javadoc fixes.