1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

BUG: diff2 flag can not work in both places (#2286)

Co-authored-by: Tom Limoncelli <tal@whatexit.org>
This commit is contained in:
Tom Limoncelli
2023-04-17 14:59:35 -04:00
committed by GitHub
parent e16babb449
commit 5e9472bd44

View File

@ -68,11 +68,6 @@ func (args *PreviewArgs) flags() []cli.Flag {
Destination: &args.Full,
Usage: `Add headings, providers names, notifications of no changes, etc`,
})
flags = append(flags, &cli.BoolFlag{
Name: "diff2",
Destination: &diff2.EnableDiff2,
Usage: `Enable replacement diff algorithm`,
})
return flags
}