Re: [CLI] Using cli to drive Ant and Maven UIs

2024-05-24 Thread Gary Gregory
Nice! :-) Gary On Fri, May 24, 2024, 5:36 AM Claude Warren wrote: > Just an observation. I am working on the Rat tool. Part of that is that > we want to harmonize the UIs (CLI, Ant, and Maven) so that there are > congruent options across the UIs. > > The Option definition in commons-cli v1.8.

[CLI] Using cli to drive Ant and Maven UIs

2024-05-24 Thread Claude Warren
Just an observation. I am working on the Rat tool. Part of that is that we want to harmonize the UIs (CLI, Ant, and Maven) so that there are congruent options across the UIs. The Option definition in commons-cli v1.8.0 is sufficiently complex that we can define the options in the CLI interface a