package main

import (
	"github.com/karmada-io/website/infra/gen-resourcesdocs/cmd/cli"
)

func main() {
	cli.Run()
}
