Skip to content

Commit 96448e0

Browse files
authored
fix: show background style help (#641)
Signed-off-by: Carlos Alexandro Becker <[email protected]>
1 parent 7e56d57 commit 96448e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type Options struct {
1515
type Styles struct {
1616
// Colors
1717
Foreground string `help:"Foreground Color" default:"${defaultForeground}" group:"Style Flags" env:"FOREGROUND"`
18-
Background string `help:"Background Color" default:"${defaultBackground}" group:"Style Flags" env:"BACKGROUND" hidden:"true"`
18+
Background string `help:"Background Color" default:"${defaultBackground}" group:"Style Flags" env:"BACKGROUND"`
1919

2020
// Border
2121
Border string `help:"Border Style" enum:"none,hidden,normal,rounded,thick,double" default:"${defaultBorder}" group:"Style Flags" env:"BORDER" hidden:"true"`

0 commit comments

Comments
 (0)