mirror of
https://github.com/bestnite/sub2sing-box.git
synced 2025-06-16 10:03:18 +08:00
⚡Auto detect if need country group
This commit is contained in:
@ -56,7 +56,6 @@ func convertRun(cmd *cobra.Command, args []string) {
|
||||
template,
|
||||
delete,
|
||||
rename,
|
||||
group,
|
||||
groupType,
|
||||
sortKey,
|
||||
sortType,
|
||||
@ -121,9 +120,6 @@ func mergeConfig(cfg model.ConvertRequest) {
|
||||
if len(rename) == 0 {
|
||||
rename = cfg.Rename
|
||||
}
|
||||
if !group {
|
||||
group = cfg.Group
|
||||
}
|
||||
if groupType == "" {
|
||||
groupType = cfg.GroupType
|
||||
}
|
||||
|
Reference in New Issue
Block a user