Skip to content

Commit

Permalink
fix(man): remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Aug 4, 2022
1 parent ff4956a commit 131ae3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion man/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ type Man struct{}

// BeforeApply implements Kong BeforeApply hook.
func (m Man) BeforeApply(ctx *kong.Context) error {
ctx.Model.Vars()
// Set the correct man pages description without color escape sequences.
ctx.Model.Help = "A tool for glamorous shell scripts."
man := mangokong.NewManPage(1, ctx.Model)
Expand Down

0 comments on commit 131ae3b

Please sign in to comment.