Skip to content

0.5.0

Choose a tag to compare

@lefou lefou released this 09 Oct 12:12
· 120 commits to main since this release

CmdOption 0.5.0 - 2017-10-09

  • Added new LongHandler which support Long and long fields and setter method.
  • New UsageFormatter2 interface that accepts a PrintStream and default implementation DefaultUsageFormatter2.
  • Deprecated interface UsageFormatter and methods CmdlineParser.usage(StringBuilder) and CmdlineParser.setUsageFormatter(UsageFormatter)
  • Use Polyglot Maven (Scala) as build system
  • Added support for aggregated short options via new method CmdlineParser.setAggregateShortOptionsWithPrefix(String)