IMO, the "Add new options for parsing: ignore and skip" is fine. T
On Tue, Aug 5, 2025 at 9:15 PM Gary Gregory <[email protected]> wrote: > > On Tue, Aug 5, 2025 at 1:51 PM Tamás Cservenák <[email protected]> wrote: > > > > I did create PR and AFAIK you merged it > > https://github.com/apache/commons-cli/pull/379 > > Then I forgot to write something in the file :( Arg, I am sorry about that! > > The commit comment is below. What's a single sentence you'd use to > describe this feature? > > TY > == > > Add new options for parsing: ignore and skip (#379) > > > * Make method possible override > > > Simpler variation of #378 > > > * Un-hide this method that may be needed in override. > > > * Add tests > > > * Simplify non-happy path > > > * Add test for "legacy" behaviour > > > when there was one boolean doing this or that only > > > * Drop line > > > * Switch to enum > > > As not all combos make sense. > > > * Use vararg for argos > > Gary > > > > > Thanks > > T > > > > On Tue, Aug 5, 2025, 19:05 Gary Gregory <[email protected]> wrote: > > > > > On Tue, Aug 5, 2025 at 12:29 PM Tamás Cservenák <[email protected]> > > > wrote: > > > > > > > > Hey Gary, > > > > > > > > Most likely this one is missed from change? > > > > > > > https://github.com/apache/commons-cli/commit/b1f015ed358f09d9112597b3e2c651be2baa6b83 > > > > > > > > I was confused when I looked at this change (is it out?), and did not > > > > find it in relnotes... > > > > > > Hi Tamás, > > > > > > When I merge a pull request, I add an entry to the changes.xml file. I > > > then use that file to update the release notes when I create a release > > > candidate. > > > > > > If you commit to git master directly, then I think it's your > > > responsibility to edit changes.xml ;-) > > > > > > Gary > > > > > > > > > > > Thanks > > > > T > > > > > > > > On Sun, Aug 3, 2025 at 1:28 AM Gary Gregory <[email protected]> wrote: > > > > > > > > > > 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. > > > > > > > > > > Historical list of changes: > > > > > https://commons.apache.org/proper/commons-cli/changes.html > > > > > > > > > > For complete information on Apache Commons CLI, including instructions > > > > > on how to submit bug reports, patches, or suggestions for improvement, > > > > > see the Apache Commons CLI website: > > > > > > > > > > https://commons.apache.org/proper/commons-cli/ > > > > > > > > > > Download page: > > > https://commons.apache.org/proper/commons-cli/download_cli.cgi > > > > > > > > > > Gary Gregory > > > > > Apache Commons > > > > > > > > > > --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: [email protected] > > > > > For additional commands, e-mail: [email protected] > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [email protected] > > > > For additional commands, e-mail: [email protected] > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
