From 165d0309fccbabc3ee3a096c54ef42ab76c503cd Mon Sep 17 00:00:00 2001 From: cwboyd Date: Wed, 9 Sep 2020 17:30:34 -0500 Subject: [PATCH] Attempt to fix https://github.com/remore/dockerfileview/issues/8 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c034bb2..bf46c97 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ func main() { Version: "0.1.1", HideHelp: true, Flags: []cli.Flag { - &cli.HelpFlag, + &cli.HelpFlag{}, &cli.BoolFlag{ Name: "text, t", Usage: "text output without color and syntax highlight",