Re: Command line arguments getting munged with CLI?

2016-04-27 Thread Ken Krugler
Hi Timur, Thanks, using ‘--’ seems to work. I’ve filed https://issues.apache.org/jira/browse/FLINK-3838 to allow ‘-’ as well. — Ken > On Apr 27, 2016, at 12:20am, Timur Fayruzov wrote: > > Hi Ken, > > I have

Re: Command line arguments getting munged with CLI?

2016-04-27 Thread Timur Fayruzov
Hi Ken, I have built parameter parser in my jar to work with '--' instead of '-' and it works fine (on 1.0.0 and on current master). After a cursory look at parameter parser Flink uses (http://commons.apache.org/proper/commons-cli/) it seems that double vs single dash could make a difference, so