This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user