We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9490412 commit 84ca92aCopy full SHA for 84ca92a
man/command.go
@@ -18,7 +18,7 @@ func (m Man) BeforeApply(ctx *kong.Context) error {
18
man := mangokong.NewManPage(1, ctx.Model)
19
man = man.WithSection("Copyright", "(C) 2022-2023 Charmbracelet, Inc.\n"+
20
"Released under MIT license.")
21
- fmt.Fprint(ctx.Stdout, man.Build(roff.NewDocument()))
+ _, _ = fmt.Fprint(ctx.Stdout, man.Build(roff.NewDocument()))
22
ctx.Exit(0)
23
return nil
24
}
0 commit comments