Skip to content

AddOption should warn when a flag option is specified without using the bool type #11

@fschwiet

Description

@fschwiet

This is an easy mistake to make:

AddOption("hi", ...)

Developer probably meant:

AddOption("hi=", ...)

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