Set rich markdown mode to none
All checks were successful
build / build (push) Successful in 1m5s

This commit is contained in:
2024-10-07 23:36:18 +02:00
parent e556d8ecf1
commit 700ece0bad
3 changed files with 19 additions and 28 deletions

View File

@@ -120,7 +120,7 @@ def rgb_to_xy(red, green, blue) -> XYColor:
return XYColor(x, y)
app = typer.Typer()
app = typer.Typer(rich_markup_mode=None)
@app.command()