gsscoder / commandline

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can i get result of parsing in version 2.1.1-beta?

Varvin opened this issue · comments

In .Net Framework 4.5 I get result of parsing:
CmdOptions newOptions = new CmdOptions();
if (!CommandLine.Parser.Default.ParseArguments(args, newOptions))
But I could not find how to get parsing results in Net Standard 1.6, In my project I use 2.1.1-beta version.