From 842d98edd34109924fb1cb07b27732efc19755f8 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 21 Jun 2025 20:27:46 +0100 Subject: [PATCH] upd Style section in README add example --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6394e47..71ded75 100644 --- a/README.md +++ b/README.md @@ -608,9 +608,14 @@ gobs-cli screenshot save --width=2560 --height=1440 "Scene" "C:\Users\me\Videos\ ## Style -By default styling is disabled but you may enable it with the --style/-s flag. +By default styling is disabled but you may enable and configure it in the following ways: -Available options are: +- --style/-s: Style used in output. + - GOBS_STYLE +- --no-border/-b: Disable table border styling in output. + - GOBS_STYLE_NO_BORDER + +Available styles: - red - magenta @@ -625,7 +630,9 @@ Available options are: - navy - black -Alternatively you may set the style with an environment variable `GOBS_STYLE`. +```console +gobs-cli --style=cyan --no-border scene list +``` [userconfigdir]: https://pkg.go.dev/os#UserConfigDir