Commit 550c9dd5 authored by vicotor's avatar vicotor

fix bug

parent 992ea229
......@@ -82,6 +82,12 @@ func setFlags(cmd *cobra.Command) {
"",
"caddy configure root path",
)
cmd.Flags().StringVar(
&params.masterDomain,
masterDomainFlag,
"",
"master domain",
)
}
func runCommand(cmd *cobra.Command, _ []string) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment