Remove ambiguity of multiple-options by not using "greedy" options. (#247) (66b8221)
BREAKING CHANGES
This changes the type of the multiple field in the type
OptionDefinition. It also changes its behavior. "multiple-options" new
have to be preceded by their option name each time they are given (unless they are
default options).