package main import "github.com/haunt98/update-go-mod/internal/cli" func main() { app := cli.NewApp() app.Run() }