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

Allow passing multiple options in the "Advanced" group #1301

Merged

Conversation

olmokramer
Copy link
Contributor

By default, picocli sets exclusive = true on ArgGroups, which means that it is not allowed to pass multiple options within the group [1].

[1] https://picocli.info/#_mutually_exclusive_options

By default, `picocli` sets `exclusive = true` on `ArgGroup`s, which
means that it is not allowed to pass multiple options within the group
[1].

[1] https://picocli.info/#_mutually_exclusive_options
@tsaglam tsaglam added enhancement Issue/PR that involves features, improvements and other changes minor Minor issue/feature/contribution/change labels Sep 24, 2023
@tsaglam tsaglam merged commit 7ca56ff into jplag:develop Sep 26, 2023
4 checks passed
@olmokramer
Copy link
Contributor Author

Thanks @tsaglam and @TwoOfTwelve !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issue/PR that involves features, improvements and other changes minor Minor issue/feature/contribution/change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants