gsscoder / commandline

Terse syntax C# command line parser for .NET with F# support
1.63k stars 293 forks source link

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

Closed Varvin closed 7 years ago

Varvin commented 7 years ago

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.