Re: [CLI] Handling sub commands?

2024-08-10 Thread Gary Gregory
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 wrote: > Yes, I think you are getting to the what I am looking for. We a

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

2024-08-10 Thread Gary Gregory
Darn, did you ever get any feedback on this? Gary On Wed, Jul 24, 2024 at 3:51 PM Eric Pugh wrote: > > In poking around, I’m seeing that it’s not obvious how to model a command > like the classic “ls” or “cp” commands with the usage. > > If I do “man cp” the output looks like: > > NAME > c

[VOTE] Release Apache Commons CLI 1.9.0 based on RC1

2024-08-10 Thread Gary Gregory
We have fixed a few bugs and added enhancements since Apache Commons CLI 1.8.0 was released, so I would like to release Apache Commons CLI 1.9.0. Apache Commons CLI 1.9.0 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/cli/1.9.0-RC1 (svn revision 70780) The Gi