You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: