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