-
Hello, I want to have arguments that are mutually exclusive, but the behavior should be to ignore all but the last. Example: Is there any way to do this in clap (either with builder or derive)? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
epage
Apr 17, 2025
Replies: 1 comment 2 replies
-
This is an |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
xbjfk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an
overrides_with
. This is both a builder function and an attribute (like all builder functions).