Skip to content

Flags: Using the same option enum for multiple parameters results in duplicate options #147

@stalehd

Description

@stalehd

If you re-use an enum for multiple options the enum elements will be added multiple times to the help text. (ie you have the option BackendType { FOO, BAR } and use this as alternatives for two options the help text says "BackendType: [FOO BAR FOO BAR]")

The actual option parsing still works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions