gsscoder/commandline

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

Varvin opened this issue · 0 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.