diff --git a/main.go b/main.go index 610007a..7c82534 100644 --- a/main.go +++ b/main.go @@ -20,10 +20,6 @@ func main() { EnableShellCompletion: true, Name: "wallhaven_dl", Usage: "Download wallpapers from wallhaven.cc", - Action: func(ctx context.Context, c *cli.Command) error { - fmt.Println("cli") - return nil - }, Commands: []*cli.Command{ { Name: "search",