Skip to content

Commit

Permalink
feat: Updates the help options of list command to fix the conflicts w…
Browse files Browse the repository at this point in the history
…ith global help options
  • Loading branch information
devedbox committed Nov 6, 2018
1 parent 62b9623 commit ca3cb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Commander/Built-Ins/Commands/List.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ca3cb3a

Please sign in to comment.