Replies: 1 comment
-
Using There is no attribute to do this, however. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, CommandLineParser has the
SetName
property on itsOptionAttribute
that can be used for this.It would be relatively trivial to implement this logic via
CommandSettings.Validate
, but I was wondering if there was a built-in way to do this, that would format output in a default and standard way if multiple mutually exclusive options were present.Beta Was this translation helpful? Give feedback.
All reactions