using generic options can't be mixed with use of verbs..
dcorbett-radian opened this issue · 0 comments
dcorbett-radian commented
I was porting over from an alternate parser, and my initial cut used a single Options class with a set of arguments.
I discovered when I tried to gradually cut over to the use of verbs, that my options without verbs no longer worked.
I don't see why both can't be supported...