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 3f31d04 commit 5e1ddd9Copy full SHA for 5e1ddd9
pkg/commands/formatters.go
@@ -59,6 +59,7 @@ func newFormattersCommand(logger logutils.Log) *formattersCommand {
59
fs.SortFlags = false // sort them as they are defined here
60
61
setupConfigFileFlagSet(fs, &c.opts.LoaderOptions)
62
+
63
setupFormattersFlagSet(c.viper, fs)
64
65
fs.BoolVar(&c.opts.JSON, "json", false, color.GreenString("Display as JSON"))
0 commit comments