From c48f7a49ac44a280bcee5120697a29773a056c5f Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 22 Jun 2025 02:54:42 +0100 Subject: [PATCH] add Style section to README --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index e42a8b6..68624ca 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,34 @@ slobs-cli scenecollection load "ExistingCollection" slobs-cli scenecollection rename "ExistingCollection" "NewName" ``` +## Style + +By default styling is disabled but you may enable it with: + +- --style/-s: Style used in output. + - SLOBS_STYLE +- --no-border/-b: Disable table border styling in output. + - SLOBS_STYLE_NO_BORDER + +Available styles: + +- red +- magenta +- purple +- blue +- cyan +- green +- yellow +- orange +- white +- grey +- navy +- black + +```console +slobs-cli --style=cyan --no-border scene list +``` + ## Special Thanks - [Julian-0](https://github.com/Julian-O) For writing the [PySLOBS wrapper](https://github.com/Julian-O/PySLOBS) on which this CLI depends.