-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Mutually exclusive option groups #509
Comments
I've implemented my own solution to support option groups and mutually exclusive option groups on top of click. If there is interest, let me know and I will try to integrate it into click and submit a pull request. Cheers, |
Dup of #257. |
@cosminbasca Could you at least link your solution here (and/or at #257, since this issue will likely be closed as a dup) as an example to others? |
Duplicate of #257, which is already resolved (rejected) and has all information you need to implement this manually. |
Is it possible to have mutually exclusive option / argument groups ala argparse: add_mutually_exclusive_group?
better yet, mutually exclusive groups of (mutually exclusive) groups. In essence tree like grouping strategies for option groups?
Thanks
The text was updated successfully, but these errors were encountered: