We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aac33f commit c25386bCopy full SHA for c25386b
src/cli/Config.fs
@@ -308,7 +308,7 @@ module Config =
308
| _ -> emptyListConfig
309
let updatedListConfig = l.GetAllResults() |> List.fold applyListArg listConfig
310
let formatters = if updatedListConfig.Formats.IsEmpty then [ ListFormat.Cli Formatter.CommandLine.defaultFormatString ]
311
- else listConfig.Formats |> List.rev
+ else updatedListConfig.Formats |> List.rev
312
let updatedListConfig = { updatedListConfig with Formats = formatters }
313
{ config with Command = List updatedListConfig }
314
| MainArgs.Write w ->
0 commit comments