Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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