Clarify transitivity of overrides and conflicts #5458
Unanswered
lolbinarycat
asked this question in
Q&A
Replies: 1 comment
-
If
I don't see why If
I don't see why The main case where transitive does come up is with |
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
-
there's no template for documentation issues, so i'm putting this here.
Arg::overrides_with
notes that overriding is symmetric, but it's unclear if it is transitive.if A conflicts with
B
andC
, doesB
conflict withC
?for a command that has several modes (eg. install, update, uninstall), this could potentially cause subtle bugs where it is possible to make two modes enabled at once.
Beta Was this translation helpful? Give feedback.
All reactions