Skip to content

Improve readability of --help output #1490

@rrotter

Description

@rrotter

Description

cyan fg color used for options is difficult to read on a light background (green used for headers isn't great either, but that's arguably a matter of taste). --color=never has no effect here, as presumably the presence of --help disables other option parsing.

Image

I propose that colors on the help output should be eliminated altogether, instead relying on a combination of bold and underscore where highligting is needed. Even if an option was added in the future to disable or alter these colors, discovering it would require using the help screen (it does not appear that this project has a man page).

If developers prefer keeping color on the help screen, then I alternatively propose that the colors be altered to something readable on a broader array of common terminal themes.

I'd be happy to submit a PR for this; submitting an issue first, per CONTRIBUTING.md.

Metadata

Metadata

Assignees

No one assigned

    Labels

    S-triageStatus: New; needs maintainer attention.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions