1
0
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:
Tom Limoncelli
2023-05-16 13:50:31 -04:00
committed by GitHub
parent 8161e73e03
commit a597b28785
2 changed files with 3 additions and 2 deletions

View File

@ -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))