Open nathan130200 opened 5 years ago
I did not see that use-case coming !
I think there needs to be a bit of extra smartness around the reflection usage as the property it is trying to set the value on does not exist on the generic type FluentCommandLineParser is constructed with.
Since i have two classes, i need to parse CLI args to specfic classes:
My feature request is: Allow to parse CLI Arguments into
RootClass
and sub classes properties like:Currently if i try to do this, causes exception.
Since C1 and C2 instances are not null.
In real code: