update disable colouring section

This commit is contained in:
onyx-and-iris 2025-06-21 02:06:30 +01:00
parent c4480895a1
commit b6ba66db64

View File

@ -615,7 +615,11 @@ obsws-cli screenshot save --width=2560 --height=1440 "Scene" "C:\Users\me\Videos
## Disable Colouring ## 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 ## License
@ -624,4 +628,4 @@ If you prefer colourless output you can set the environment variable `NO_COLOR`.
[obs-studio]: https://obsproject.com/ [obs-studio]: https://obsproject.com/
[obs-keyids]: https://github.com/obsproject/obs-studio/blob/master/libobs/obs-hotkeys.h [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-colour]: https://no-color.org/