Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release adds terminal width detection, Arguments.fileType() conversion, and mutually exclusive group support. Now Argument#help()
can take FeatureControl#SUPPRESS to hide certain options from the help message. The convenient method ArgumentParser#parseArgsOrFail() was added, which handles errors and exits the program.
This release adds several enhancements to the existing features. In Arg annotation, the "dest" argument is now optional. The inheritance chain is now queried when searching fields and methods. When dealing with a variable number of positional arguments, the default value is not overridden with the empty list if no argument is given.