Re: [cli] optional args not working as expected

2016-09-06 Thread Veit Guna
ease 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 <veit.g...@gmx.de> schrieb am Di., 6. Sep. 2016 um 10:09 Uhr: > >> Hi. >> >> I'm u

[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();