Skip to content

Use a consistent style for CLI help #2000

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jbrobst
Copy link

@jbrobst jbrobst commented Jun 11, 2025

All help output is handled by click except for hatch and hatch run -h. These get the help text and display it with app.display_info, which makes the entire help output bold. Switch to using click.echo instead to be consistent with the help output of all the other commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant