From ca3cb3ad949569607c0690ddf1b4a298212c5287 Mon Sep 17 00:00:00 2001 From: devedbox Date: Tue, 6 Nov 2018 19:35:34 +0800 Subject: [PATCH] feat: Updates the help options of list command to fix the conflicts with global help options --- Sources/Commander/Built-Ins/Commands/List.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",