Apache Commons CLI 1.10.0 Release Notes --------------------------------------- The Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.10.0. Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface. This is a feature and maintenance release. Java 8 or later is required. New Features ------------ * CLI-339: Help formatter extension in the new package #314. Thanks to Claude Warren, Gary Gregory. * CommandLine.Builder implements Supplier. Thanks to Gary Gregory. * DefaultParser.Builder implements Supplier. Thanks to Gary Gregory. * CLI-340: Add CommandLine.getParsedOptionValues() #334. Thanks to Claude Warren, Gary Gregory. * CLI-333: org.apache.commons.cli.Option.Builder implements Supplier