mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-07 05:34:43 +08:00
The --populate-on-preview flag now defaults to false, which is safer (POSSIBLE BREAKING CHANGE) (#3693)
This commit is contained in:
parent
30fedaa38c
commit
74f2005ee7
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ func (args *PPreviewArgs) flags() []cli.Flag {
|
|||
flags = append(flags, &cli.BoolFlag{
|
||||
Name: "populate-on-preview",
|
||||
Destination: &args.PopulateOnPreview,
|
||||
Value: true,
|
||||
Value: false,
|
||||
Usage: `Auto-create zones on preview`,
|
||||
})
|
||||
flags = append(flags, &cli.BoolFlag{
|
||||
|
|
Loading…
Add table
Reference in a new issue