Skip to content
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

Stop using markdown to render clap help. #452

Closed
wants to merge 1 commit into from
Closed

Stop using markdown to render clap help. #452

wants to merge 1 commit into from

Conversation

1st1
Copy link
Member

@1st1 1st1 commented Aug 9, 2021

The reason is unwanted rendering artifacts in some terminals causes by
clap wrapping the text after markdown parsing/styling is done. Perhaps
we can figure out how to actually fix this rendering issue in a better
way, but until then it's safer to just disable the feature.

Closes #450.

The reason is unwanted rendering artifacts in some terminals causes by
clap wrapping the text after markdown parsing/styling is done. Perhaps
we can figure out how to actually fix this rendering issue in a better
way, but until then it's safer to just disable the feature.

Closes #450.
@tailhook
Copy link
Contributor

tailhook commented Aug 9, 2021

#450 (comment)

1st1 added a commit that referenced this pull request Aug 9, 2021
While there, colorize the "about" section of `--help`.

Fixes #450; superseedes #452.
1st1 added a commit that referenced this pull request Aug 10, 2021
While there, colorize the "about" section of `--help`.

Fixes #450; superseedes #452.
1st1 added a commit that referenced this pull request Aug 10, 2021
While there, colorize the "about" section of `--help`.

Fixes #450; superseedes #452.
@1st1 1st1 closed this Aug 10, 2021
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.

Disable markdown styling in --help
2 participants