remove fonts

This commit is contained in:
a 2023-01-15 20:56:11 -06:00
parent b65153d13d
commit 05237d00df
1 changed files with 0 additions and 1 deletions

View File

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