package main import ( "github.com/fmartingr/mangadex2cbz/pkg/cli" ) func main() { //logrus.SetFormatter(&logrus.JSONFormatter{}) cli.Start() }