Re: Commons CLI Nested Groups

2016-10-14 Thread Gary Gregory
FWIW, I use JCommander but it does not do complex and/or options. Gary On Fri, Oct 14, 2016 at 3:35 AM, sebb wrote: > On 14 October 2016 at 11:25, John Patrick wrote: > > Imaging your stand alone jar runs an embedded http server, by default > > it has

Re: Commons CLI Nested Groups

2016-10-14 Thread sebb
On 14 October 2016 at 11:25, John Patrick wrote: > Imaging your stand alone jar runs an embedded http server, by default > it has a embedded testing certificate for the https listener. But in > some environments you need to disable https and others you want to > overwrite

Re: Commons CLI Nested Groups

2016-10-14 Thread John Patrick
Imaging your stand alone jar runs an embedded http server, by default it has a embedded testing certificate for the https listener. But in some environments you need to disable https and others you want to overwrite with values. So you have options, something like; [ A or [ B and C and [ D or E ]

Re: Commons CLI Nested Groups

2016-10-13 Thread Gilles
Hi. On Thu, 13 Oct 2016 15:57:00 +0100, John Patrick wrote: I've posted a message to the users list, but on reflecting I think what I'm trying to achieve might be beyond commons-cli current ability. If I fork and work on adding nested OptionGroup's, would it stand a change of being merged? Is

Commons CLI Nested Groups

2016-10-13 Thread John Patrick
I've posted a message to the users list, but on reflecting I think what I'm trying to achieve might be beyond commons-cli current ability. If I fork and work on adding nested OptionGroup's, would it stand a change of being merged? Is it a feature you want to support/provide? I want to check with