docopt.scala icon indicating copy to clipboard operation
docopt.scala copied to clipboard

fix for oneOrMany <file>... problem

Open swadey opened this issue 11 years ago • 2 comments

swadey avatar Jul 20 '13 01:07 swadey

I also fixed long option parsing issues:

--arg="xxx=yyy"

and

--arg "xxx=yyy"

fails to parse due to splitting method used to separate the long option from the value. This is fixed.

swadey avatar Nov 20 '13 14:11 swadey

@fsaintjacques

Cokemonkey11 avatar May 01 '17 19:05 Cokemonkey11