-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
StyleFor styling purposes. Should not interfere with code logic.For styling purposes. Should not interfere with code logic.good first issueGood for newcomersGood for newcomers
Description
Problem:
When running a command with --help, the color formatting is inconsistent.
As shown in the screenshot, only the first line of the --help text appears in white, while the remaining section appears in gray. This makes the help output harder to read.
Expected Behavior:
Only literal code blocks or referenced code elements should be styled in gray.
All normal help text (descriptions, arguments, options, etc.) should use the default white color for consistency.
Research:
Might need research on typer documentation (library used for CLI integration).
Metadata
Metadata
Assignees
Labels
StyleFor styling purposes. Should not interfere with code logic.For styling purposes. Should not interfere with code logic.good first issueGood for newcomersGood for newcomers