JCommander v1.19 Release Notes

  • 2011/10/10

    • โž• Added: commandDescriptionKey to @Parameters, to allow internationalized command descriptions
    • โž• Added: JCommander#setParameterDescriptionComparator for better control over usage()
    • ๐Ÿ›  Fixed: Fields of type Set (HashSet and SortedSet) are now supported
    • ๐Ÿ›  Fixed: defaults for commands were not properly applied (Stevo Slavic)
    • ๐Ÿ›  Fixed: "-args=a=b,b=c" was not being parsed correctly (Michael Lancaster)
    • ๐Ÿ›  Fixed: #73: descriptionKey was being ignored on main parameters