CmdOption Changelog

What's new in CmdOption 0.4.2

Jul 20, 2015
  • Added new EnumHandler which support parsing of enum values into Java enums.
  • Added CmdlineParser.defaultHandlers() which can be overriden to customize the set of applied default handlers.

New in CmdOption 0.3.2 (Nov 28, 2013)

  • This version fixes a visibility bug, makes the OptionHandle class public, adds JavaDoc, and improves debugging support.

New in CmdOption 0.3.1 (Aug 14, 2013)

  • This version adds an IntegerHandler which supports Integer and int values for fields and methods.
  • The line length for the usage formatter is now configurable via a constructor parameter of DefaultUsageFormatter.
  • Debug output has improved.

New in CmdOption 0.3.0 (May 9, 2013)

  • Added support for inherited fields and methods.
  • Added new BooleanHandler, which replaces BooleanFieldHandler, but also handles methods.
  • Changed SBuild-driven test runner to scalatest, for better commandline output.
  • Added more unit tests.
  • Added Changelog.