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 f6c45f8f feat: add option counting functions (#396)
new bda9a3bc Add CommandLine.getOptionCount() to measure option repetition
#396
new 8cb790a3 Sort members
new d2442310 Use Stream.count()
new aede31ba Javadoc
new b2948a6a Use Stream.findFirst()
new 95bb098f Javadoc
new c7de56e9 The next release will be 1.11.0
The 7 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:
pom.xml | 6 +-
src/changes/changes.xml | 3 +-
.../java/org/apache/commons/cli/CommandLine.java | 135 ++++++++++-----------
.../org/apache/commons/cli/OptionCountTest.java | 12 +-
4 files changed, 75 insertions(+), 81 deletions(-)