Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3 Mutually exclusive groups: how to declare required parameters? #942

Open
ZedZipDev opened this issue Feb 20, 2025 · 0 comments
Open

3 Mutually exclusive groups: how to declare required parameters? #942

ZedZipDev opened this issue Feb 20, 2025 · 0 comments

Comments

@ZedZipDev
Copy link

I have 3 SetName mutually exclusive groups.
In every group I'd like to have required parameters.
1
p11 (required=true)
p12 (required=false)
2
p21 (required=true)
p22 (required=false)
3
p31 (required=true)
p32 (required=false)

By fact: the application detected group 2 it generated error that no required parameter p11.
But it is from group 1. I do not need it.
When I have declared all options Required=false it helped.

What I do wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant