Re: [VOTE] Release Apache Commons CLI 1.7.0 based on RC1

2024-04-15 Thread Eric Pugh
gt;> >> Newer components use JApiCmp with the japicmp Maven Profile: >> >> This step is not required if the site includes a JApiCmp report page >> which you then must check. >> >> mvn install -DskipTests -P japicmp japicmp:cmp >> >> 4) Build the

Re: [CLI] Deprecated options and helpformatting

2024-05-14 Thread Eric Pugh
> where the >>>>>> "[Deprecated]" is now. >>>>>> >>>>>> Does this make sense? >>>>>> >>>>>> Is there something I am overlooking that already does this? >>>>>> >>>

Re: [VOTE] Release Apache Commons CLI 1.8.0 based on RC2

2024-05-20 Thread Eric Pugh
ort page which >> you then must check. >> >> mvn apache-rat:check >> >> 3) Check binary compatibility >> >> Older components still use Apache Clirr: >> >> This step is not required if the site includes a Clirr report page >

Re: [VOTE] Release Apache Commons CLI 1.8.0 based on RC2

2024-05-23 Thread Eric Pugh
gt; The javadoc was built with Java 17 and is less usable than the javadoc >>>>>> generated by Java 8. I recommend building the next release with Java 8 >>>>>> instead. >>>>>> >>>>>> Emmanuel Bourg >> >> ---

[CLI] Did https://github.com/apache/commons-cli/pull/252 make it into changes report?

2024-05-28 Thread Eric Pugh
I noticed that https://commons.apache.org/proper/commons-cli/changes-report.html#a1.7.0 doesn’t reflect it (I think?) and that https://commons.apache.org/proper/commons-cli/properties.html doesn’t either… Eric ___ Eric Pugh | Founder | OpenSource Connections, LLC

[CLI] Parsing arguments with no options...

2024-05-28 Thread Eric Pugh
eters: “echo.expr” and “Hello World”, but instead I get three, “echo.expr”, “Hello”, “World” because of the white space. I am using the “DefaultParser”. It seems to me that wrapping an option in ‘ or “ quotes ought to let you ignore the whitespace! Thoughts? Eric ___ Eric

Re: [CLI] Parsing arguments with no options...

2024-05-28 Thread Eric Pugh
gs with both single-quotes and double-quotes. > > For example, on Linux/macOS, single quotes create a string that is not > interpreted IIRC. > > Gary > > On Tue, May 28, 2024, 10:37 AM Eric Pugh <mailto:ep...@opensourceconnections.com>> > wrote: > >> Hi all,

[CLI] Handling sub commands?

2024-07-21 Thread Eric Pugh
://github.com/apache/solr/blob/main/solr/bin/solr#L1015 Eric ___ Eric Pugh | Founder | OpenSource Connections, LLC | 434.466.1467 | http://www.opensourceconnections.com <http://www.opensourceconnections.com/> | My Free/Busy <http://tinyurl.com/eric-cal> Co-Author:

Re: [CLI] Handling sub commands?

2024-07-22 Thread Eric Pugh
ument > to the program. > > Claude > > On Sun, Jul 21, 2024 at 1:19 PM Gary Gregory wrote: > >> Are you talking about configuring Commons CLI to run shell commands or >> lambdas (where you'd have those run shell commands)? >> >> Gary >> >

Modeling a "ls" or "cp" type command?

2024-07-24 Thread Eric Pugh
and learn more on commons-cli. Thoughts on this? Do we need to have an Argument class to go along with the Option class? Eric I___ Eric Pugh | Founder | OpenSource Connections, LLC | 434.466.1467 | http://www.opensourceconnections.com <h

Re: [CLI] Handling sub commands?

2024-08-11 Thread Eric Pugh
ote: > > As a comparison git supports sub commands (verbs) but only one at a time > AFAIC. I wonder if we could even parse in a deterministic manner more than > one verb and it's options... > > Gary > > On Mon, Jul 22, 2024, 6:54 AM Eric Pugh <mailto:ep...@

Re: [CLI] [DISCUSS] Help formatter extension proposal

2024-11-10 Thread Eric Pugh
I am starting to poke at the CLI-339 feature.. Looking at the PR, https://github.com/apache/commons-cli/pull/314/files#diff-c5837d81e3e4f87d5222b1d8caa45c9c9cd2c6edff6ad31e3a0b603f0b64d389, I see the code...I am not quite seeing the big picture however... I am hoping to see some docs on "How

Re: [CLI] [DISCUSS] Help formatter extension proposal

2024-11-12 Thread Eric Pugh
and feel free to create a PR. > > I can cut a release candidate whenever you are ready. > > Gary > > On Sun, Nov 10, 2024, 7:23 AM Eric Pugh > wrote: > >> I am starting to poke at the CLI-339 feature.. Looking at the PR, >> >> https:

Re: [CLI] [DISCUSS] Help formatter extension proposal

2024-09-23 Thread Eric Pugh
down and the general case for text seems to indicate that >> applications >>> need a way to specify how to format the data, as well as access to the >>> current tooling that makes generating/aggregating the text easier. I >> will >>> work on this and create a

Re: [CLI] [DISCUSS] Help formatter extension proposal

2024-09-19 Thread Eric Pugh
ns(table.minimumColumnSize(), >>>> table.maximumColumnSize(), row.next()).forEach(writer::println); >>>> } >>>> writer.println(table.footer()) >>>> } >>>> } >>>> } >>>

Re: [EXEC][POLL] Raising the Java platform from Java 8 to 11 EXEC-123

2024-10-17 Thread Eric Pugh
form from Java 8 to 11 EXEC-123 > > Hi All: > > To support https://issues.apache.org/jira/browse/EXEC-123, it would be best > to raise the Java platform from Java 8 to 11. > > WDYT? > > Gary ___ Eric Pugh | Founder | OpenSource Connections, LLC

Re: Going Emeritus ...

2025-02-13 Thread Eric Pugh
anytime. > > Best regards > Thomas. > ----- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > ___ Eric Pugh | Founder | OpenSource