Open
Description
in the Wiki at
https://github.com/gsscoder/commandline/wiki/Quickstart
is the quickstart example to parse the commandline args into n Object using the following
example. still the same as the "old" lib i was using.
...
var options = new Options();
if (CommandLine.Parser.Default.ParseArguments(args, options))
...
now it seems to be completely different way and currently Blindsighted or something. but i cant see how i can parse the commandline into an Object anymore.
any hints ?