Replies: 1 comment 2 replies
-
You can create your own type derived from either |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to remove usage of
NamingConventionBinder
and I am binding directly to options, but I'm having difficulty constructing commands using the constructor initializer only.Calling
SetAction()
that uses an internal only classAnonymousSynchronousCommandLineAction
to set theCommandLineAction
member:But I want to use constructor initialization only, is there a simpler way to do this vs. having to create my own copy of
AnonymousSynchronousCommandLineAction
?Seems like I'm just missing something?
Beta Was this translation helpful? Give feedback.
All reactions