This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
from 57a03e69 Javadoc
new ffce848a Javadoc
new 50b149a0 Simplify and test MissingOptionException message construction
new 42be7926 [CLI-347] Options.addOptionGroup(OptionGroup) does not remove
required options from requiredOpts list
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 1 +
.../org/apache/commons/cli/MissingOptionException.java | 17 ++++-------------
src/main/java/org/apache/commons/cli/Options.java | 8 +++++++-
.../apache/commons/cli/MissingOptionExceptionTest.java | 10 ++++++++++
src/test/java/org/apache/commons/cli/OptionsTest.java | 15 +++++++++++++++
5 files changed, 37 insertions(+), 14 deletions(-)