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)