fix: 关闭无效的配置文件自动回填
This commit is contained in:
@@ -41,7 +41,7 @@ func init() {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
Path: Flags.Path,
|
Path: Flags.Path,
|
||||||
FillDefault: true,
|
FillDefault: false,
|
||||||
Overwrite: true,
|
Overwrite: true,
|
||||||
}); e != nil {
|
}); e != nil {
|
||||||
if config.IsNew(e) {
|
if config.IsNew(e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user