gsscoder / commandline

Terse syntax C# command line parser for .NET with F# support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

using generic options can't be mixed with use of verbs..

dcorbett-radian opened this issue · comments

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...