mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 20:42:10 +00:00
Stop highlighting --help output in README as shell (#1655)
This PR is meant to address the following obviously unintended GitHub rendering: 
This commit is contained in:
parent
53e3dd8548
commit
2045b739a9
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ pub fn main(cli: &Cli) -> Result<()> {
|
|||
print!("{output}");
|
||||
} else {
|
||||
replace_readme_section(
|
||||
&format!("```shell\n{output}\n```\n"),
|
||||
&format!("```\n{output}\n```\n"),
|
||||
HELP_BEGIN_PRAGMA,
|
||||
HELP_END_PRAGMA,
|
||||
)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue