Requirement on only one entry of a group #6150
Unanswered
jwildstr-ibm
asked this question in
Q&A
Replies: 1 comment
-
|
This is a known issue. Conflicts override all forms of required. The main issue where this is being examined is #4520 with the group-specific variant being tracked in #4707. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to implement something where there's extra parameters for only one type of a group of mutually exclusive arguments (the "type" of the application target). If I specify
--extrawith no "type" parameter, it properly prompts me for--type-b, but if I give another type, it just allows it to run.Simple code:
When I run in the "bad" form, I see:
What am I doing wrong here? Is this a bug, or a misunderstanding about how I should use things?
Beta Was this translation helpful? Give feedback.
All reactions