Skip to content

excludes is not symmetric in help text #64

@lczech

Description

@lczech

When using

opt_a->excludes( opt_b );

the help text shows the message 'Excludes: ..." just for opt_a, but not for opt_b, although the behavior is of course symmetrical.

As a workaround, adding opt_b->excludes( opt_a ); does the trick. But maybe this should not be necessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions