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

DOCS: Add missing docs for fmt, global flags, preview-push (#2886)

Co-authored-by: Jeffrey Cafferata <jeffrey@jcid.nl>
This commit is contained in:
Tom Limoncelli
2024-04-01 20:44:26 -04:00
committed by GitHub
parent 5e211fcade
commit 293d5cb547
5 changed files with 167 additions and 60 deletions

View File

@@ -50,8 +50,9 @@ func Run(v string) int {
app.Usage = "DNSControl is a compiler and DSL for managing dns zones"
app.Flags = []cli.Flag{
&cli.BoolFlag{
Name: "v",
Usage: "Enable detailed logging",
Name: "debug",
Aliases: []string{"v"},
Usage: "Enable debug logging",
Destination: &printer.DefaultPrinter.Verbose,
},
&cli.BoolFlag{