package cmd import ( "github.com/spf13/cobra" ) // addAcmeSubcommands acme的相关任务 func addAcmeSubcommands(cmd *cobra.Command) { }