From 131ae3b9c8152e141113b350e7eac73019907ddf Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Thu, 4 Aug 2022 12:16:30 -0400 Subject: [PATCH] fix(man): remove unused line --- man/command.go | 1 - 1 file changed, 1 deletion(-) diff --git a/man/command.go b/man/command.go index 0dce357..bfb5c2d 100644 --- a/man/command.go +++ b/man/command.go @@ -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)