We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb4076 commit 626e5a1Copy full SHA for 626e5a1
cmd/root.go
@@ -122,9 +122,7 @@ func writeExampleConfig(cfgDir string) {
122
// write main config
123
mmh.MainViper.Set(mmh.KeyContext, mmh.Contexts{
124
"default": {
125
- IsRemote: false,
126
- RemoteAddress: "",
127
- ConfigPath: "./default.yaml",
+ ConfigPath: "./default.yaml",
128
},
129
})
130
mmh.MainViper.Set(mmh.KeyContextUse, "default")
0 commit comments