Skip to content

Mutually exclusive options #6

@grkvlt

Description

@grkvlt

It would be nice to support mutually exlusive option groups for a command. I am not sure what the best syntax would be - something like this, maybe:

@Option(name = "-a", group = "mutex")
String a;
@Option(name = "-b", group = "mutex")
String b;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions