remove fonts
This commit is contained in:
parent
b65153d13d
commit
05237d00df
|
@ -9,7 +9,6 @@ import (
|
||||||
func Execute(ctx context.Context) int {
|
func Execute(ctx context.Context) int {
|
||||||
var cli Root
|
var cli Root
|
||||||
pst := kong.Parse(&cli)
|
pst := kong.Parse(&cli)
|
||||||
// Call the Run() method of the selected parsed command.
|
|
||||||
err := pst.Run(&Context{Context: ctx})
|
err := pst.Run(&Context{Context: ctx})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
pst.FatalIfErrorf(err)
|
pst.FatalIfErrorf(err)
|
||||||
|
|
Loading…
Reference in New Issue