From 1b79f5fb40f96b8c9b4facfad1570274a67f277e Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 26 Mar 2025 10:59:49 -0400 Subject: Auto-style instead of assuming colors for help --- internal/app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/app') diff --git a/internal/app/app.go b/internal/app/app.go index b17f32a..da19002 100644 --- a/internal/app/app.go +++ b/internal/app/app.go @@ -58,7 +58,7 @@ func Command() *cli.Command { ) helpRaw, _ := docs.ToMarkdown(cmd) - helpCute, _ := glamour.Render(helpRaw, "dark") + helpCute, _ := glamour.Render(helpRaw, "auto") w.Write([]byte(helpCute)) } -- cgit v1.2.3