Re: [cli] optional args not working as expected

2016-09-07 Thread Benedikt Ritter
Thank you! If you want to speed up things, how about provided in patch for this issue? Regards, Benedikt Veit Guna schrieb am Di., 6. Sep. 2016 um 22:35 Uhr: > Hi Benedikt. > > Thanks for your feedback! Looks there's already one: > >

Re: [cli] optional args not working as expected

2016-09-06 Thread Veit Guna
Hi Benedikt. Thanks for your feedback! Looks there's already one: https://issues.apache.org/jira/browse/CLI-265 joined it and linked this thread. Thanks Veit Am 06.09.2016 um 19:56 schrieb Benedikt Ritter: > Hello Veit, > > it looks to me, like this is a bug in 1.3.1 Could you please file a

Re: [cli] optional args not working as expected

2016-09-06 Thread Benedikt Ritter
Hello Veit, it looks to me, like this is a bug in 1.3.1 Could you please file a bug in our Issue tracker [1] and provide your code sample there? Thank you! Benedikt [1] https://issues.apache.org/jira/browse/CLI Veit Guna schrieb am Di., 6. Sep. 2016 um 10:09 Uhr: > Hi. > >

[cli] optional args not working as expected

2016-09-06 Thread Veit Guna
Hi. I'm using 1.3.1 for parsing cmdline parameters. I stumbled across an odd things when working with optional parameters like in the following example: public static void main(String[] args) throws ParseException { Options options = new Options();