Replies: 3 comments 3 replies
-
Thanks for the report, we'll look into it! 🙏 |
Beta Was this translation helpful? Give feedback.
3 replies
-
As an update: I've been able to reproduce this, track it back to the PR you mentioned, and created a test to capture the correct behaviour. Now looking into fixing this while keeping the intended functionality from #847 as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
PR is up here: #1089 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
When
rich_markup_mode
is set toNone
, the help message has extra backslashes:This seems to have been caused by the escaping done in 5996fc1 when Rich is detected. However, in my case, even though I have Rich installed, I have explicitly set
rich_markup_mode
toNone
.Operating System
Linux
Operating System Details
No response
Typer Version
0.13.1
Python Version
3.12.7
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions