docopt.scala
docopt.scala copied to clipboard
fix for oneOrMany <file>... problem
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.
@fsaintjacques