mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-04-18 23:13:38 +00:00
upd console colouring
error messages now have style `bold red` error highlights are now yellow normal highlights are now green patch bump
This commit is contained in:
@@ -34,7 +34,7 @@ for sub_typer in (
|
||||
app.add_typer(module.app, name=sub_typer)
|
||||
|
||||
out_console = Console()
|
||||
err_console = Console(stderr=True)
|
||||
err_console = Console(stderr=True, style='bold red')
|
||||
|
||||
|
||||
def version_callback(value: bool):
|
||||
|
||||
Reference in New Issue
Block a user