diff --git a/Sources/Commander/Built-Ins/Commands/List.swift b/Sources/Commander/Built-Ins/Commands/List.swift index bd3a41f..36df199 100644 --- a/Sources/Commander/Built-Ins/Commands/List.swift +++ b/Sources/Commander/Built-Ins/Commands/List.swift @@ -38,7 +38,7 @@ internal struct List: CommandRepresentable { internal enum CodingKeys: String, CodingKeysRepresentable { case type case shell - case help + case help = "with-help" } internal static var keys: [CodingKeys: Character] = [ .type: "t",