fix --style shortname

add Style section to README
This commit is contained in:
2025-06-21 06:47:25 +01:00
parent 62579b1c5e
commit 5d0ed2a166
4 changed files with 68 additions and 16 deletions

View File

@@ -26,7 +26,7 @@ type ObsConfig struct {
// StyleConfig holds the configuration for styling the CLI output.
type StyleConfig struct {
Style string `help:"Style used in output." flag:"style" default:"" env:"GOBS_STYLE" short:"c" enum:",red,magenta,purple,blue,cyan,green,yellow,orange,white,grey,navy,black"`
Style string `help:"Style used in output." flag:"style" default:"" env:"GOBS_STYLE" short:"s" enum:",red,magenta,purple,blue,cyan,green,yellow,orange,white,grey,navy,black"`
}
// CLI is the main command line interface structure.