Compare commits
1 Commits
v0.6.6
..
bf673093c5
| Author | SHA1 | Date | |
|---|---|---|---|
| bf673093c5 |
@@ -57,7 +57,6 @@ var dnsCmd = &cobra.Command{
|
|||||||
|
|
||||||
var dnsWriteCmd = &cobra.Command{
|
var dnsWriteCmd = &cobra.Command{
|
||||||
Use: "write",
|
Use: "write",
|
||||||
Short: "dns write generates public DNS records",
|
|
||||||
PreRun: setVerbosity,
|
PreRun: setVerbosity,
|
||||||
RunE: func(_ *cobra.Command, _ []string) error {
|
RunE: func(_ *cobra.Command, _ []string) error {
|
||||||
m, err := cfg.LoadZones(true)
|
m, err := cfg.LoadZones(true)
|
||||||
|
|||||||
Reference in New Issue
Block a user