Re: [cli] Cannot combine Option with multiple Values with arguments using Apache Commons CLI V1.2

2017-03-15 Thread Benedikt Ritter
Hello Adalbert, > Am 14.03.2017 um 15:36 schrieb adalbert.perba...@infineon.com: > > Hi there, > > I'm trying to implement a command line parser using Apache Commons CLI v. 1.2 > (unfortunately I am forced to use that version). The syntax to be accepted is > quite simple: > > MyProg [ -x

[cli] Cannot combine Option with multiple Values with arguments using Apache Commons CLI V1.2

2017-03-14 Thread adalbert.perbandt
Hi there, I'm trying to implement a command line parser using Apache Commons CLI v. 1.2 (unfortunately I am forced to use that version). The syntax to be accepted is quite simple: MyProg [ -x path[:path]... ] [ file1 ... ] Option '-x' should accept a search path like sequence of directories