From b6ba66db6412e28e6f68fc6b7e9e427a06b67a57 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 21 Jun 2025 02:06:30 +0100 Subject: [PATCH] update disable colouring section --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6dd3564..bb20323 100644 --- a/README.md +++ b/README.md @@ -615,7 +615,11 @@ obsws-cli screenshot save --width=2560 --height=1440 "Scene" "C:\Users\me\Videos ## Disable Colouring -If you prefer colourless output you can set the environment variable `NO_COLOR`. See the [rich documentation][rich-doc-envvars] +If you prefer colourless output you can set the environment variable `NO_COLOR`, see [NO_COLOR][no-colour]. + +```console +NO_COLOR="1" obsws-cli scene list +``` ## License @@ -624,4 +628,4 @@ If you prefer colourless output you can set the environment variable `NO_COLOR`. [obs-studio]: https://obsproject.com/ [obs-keyids]: https://github.com/obsproject/obs-studio/blob/master/libobs/obs-hotkeys.h -[rich-doc-envvars]: https://rich.readthedocs.io/en/stable/console.html#environment-variables \ No newline at end of file +[no-colour]: https://no-color.org/