We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e6623 commit 7478ea6Copy full SHA for 7478ea6
cmd/formatter/formatter.go
@@ -49,7 +49,7 @@ var printFunc PrintFunc
49
func init() {
50
formatters = make(map[string]Formatter, 2)
51
AddCustomFormatter("text", TextFormatter{})
52
- AddCustomFormatter("json", JSONFormatter{debug: true})
+ AddCustomFormatter("json", JSONFormatter{})
53
defaultFormatter = formatters["text"]
54
55
printFunc = defaultPrintFunc
0 commit comments