Skip to content

Negative options don't display well in --help output #11

@cgay

Description

@cgay

This option

  add-option(parser,
             make(<flag-option>,
                  names: #("show-tests", "t"),
                  negative-names: #("quiet", "q"),
                  default: #t,
                  help: "Show each test result as tests complete."));

is displayed like this:

  -t, -q, --show-tests, --quiet   Show each test result as tests complete.

It should somehow make clear which options turn off the flag and which turn it on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions