Results 2 comments of Simon Fraser

Same heading, different example. I have e.g. ``` val a by parser.argument(ArgType.String, "A") val b by parser.option(ArgType.String, shortName = "-b", description = "B").default(a) ``` I get ``` Exception in thread...

Absolutely, that commit was just a 'path-of-least-resistance' approach for me to validate that the PP _would_ work if we had a separate def statement (it is the root cause of...