mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
NEW FEATURE: Order changes based on the record dependencies (#2419)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com> Co-authored-by: Tom Limoncelli <tal@whatexit.org>
This commit is contained in:
@@ -70,6 +70,11 @@ func Run(v string) int {
|
||||
Destination: &diff2.EnableDiff2,
|
||||
Value: true,
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
Name: "disableordering",
|
||||
Usage: "Disables the dns ordering part of the diff2 package",
|
||||
Destination: &diff2.DisableOrdering,
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
Name: "no-colors",
|
||||
Usage: "Disable colors",
|
||||
|
||||
Reference in New Issue
Block a user