forked from toolshed/abra
refactor: persistent DebugFlag
This commit is contained in:
@ -106,6 +106,7 @@ var DebugFlag = &cli.BoolFlag{
|
||||
Name: "debug",
|
||||
Aliases: []string{"d"},
|
||||
Destination: &Debug,
|
||||
Persistent: true,
|
||||
Usage: "Show DEBUG messages",
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user