package main import ( "gitlink.org.cn/cloudream/jcs-pub/coordinator/internal/cmd" ) func main() { cmd.RootCmd.Execute() }