remove fonts
This commit is contained in:
parent
b65153d13d
commit
05237d00df
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue