fix(man): remove unused line

This commit is contained in:
Ayman Bagabas 2022-08-04 12:16:30 -04:00
parent ff4956a2a6
commit 131ae3b9c8
No known key found for this signature in database
GPG Key ID: 758FD42981CE1778
1 changed files with 0 additions and 1 deletions

View File

@ -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)