JCommander v1.20 Release Notes

  • 2011/11/24

    • โž• Added: Support for delegating parameter definitions to child classes (rodionmoiseev)
    • โž• Added: @Parameter(commandNames) so that command names can be specified with annotations
    • โž• Added: Support for enums (Adrian Muraru)
    • ๐Ÿ›  Fixed: Throw if an unknown option is found
    • ๐Ÿ›  Fixed: Main parameters are now validated as well (Connor Mullen)