mirror of
https://github.com/onyx-and-iris/gobs-cli.git
synced 2025-06-30 23:40:29 +01:00
upd Style section in README
add example
This commit is contained in:
parent
930b387b85
commit
842d98edd3
13
README.md
13
README.md
@ -608,9 +608,14 @@ gobs-cli screenshot save --width=2560 --height=1440 "Scene" "C:\Users\me\Videos\
|
|||||||
|
|
||||||
## Style
|
## 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
|
- red
|
||||||
- magenta
|
- magenta
|
||||||
@ -625,7 +630,9 @@ Available options are:
|
|||||||
- navy
|
- navy
|
||||||
- black
|
- 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
|
[userconfigdir]: https://pkg.go.dev/os#UserConfigDir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user