From 05237d00dfcb1f748b4e679b7259f68ce236ed6a Mon Sep 17 00:00:00 2001 From: a Date: Sun, 15 Jan 2023 20:56:11 -0600 Subject: [PATCH] remove fonts --- app/darktile/cmd/execute.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app/darktile/cmd/execute.go b/app/darktile/cmd/execute.go index d91e31b..6c71bb3 100644 --- a/app/darktile/cmd/execute.go +++ b/app/darktile/cmd/execute.go @@ -9,7 +9,6 @@ import ( func Execute(ctx context.Context) int { var cli Root pst := kong.Parse(&cli) - // Call the Run() method of the selected parsed command. err := pst.Run(&Context{Context: ctx}) if err != nil { pst.FatalIfErrorf(err)