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:
@@ -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{
|
||||
|
Reference in New Issue
Block a user