mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
diff2 is now the default. Users of diff1 will get a warning (#2366)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
This commit is contained in:
@ -66,6 +66,7 @@ func Run(v string) int {
|
||||
Name: "diff2",
|
||||
Usage: "Enable replacement diff algorithm",
|
||||
Destination: &diff2.EnableDiff2,
|
||||
Value: true,
|
||||
},
|
||||
}
|
||||
sort.Sort(cli.CommandsByName(commands))
|
||||
|
Reference in New Issue
Block a user