summaryrefslogtreecommitdiff
path: root/internal/app
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app')
-rw-r--r--internal/app/app.go2
1 files changed, 1 insertions, 1 deletions
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))
}