Skip to content

Commit 5e1ddd9

Browse files
committed
review
1 parent 3f31d04 commit 5e1ddd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/commands/formatters.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ func newFormattersCommand(logger logutils.Log) *formattersCommand {
5959
fs.SortFlags = false // sort them as they are defined here
6060

6161
setupConfigFileFlagSet(fs, &c.opts.LoaderOptions)
62+
6263
setupFormattersFlagSet(c.viper, fs)
6364

6465
fs.BoolVar(&c.opts.JSON, "json", false, color.GreenString("Display as JSON"))

0 commit comments

Comments
 (0)