Skip to content

Commit

Permalink
Drop shortname conflicting with help option
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed Feb 25, 2020
1 parent 11c8b0c commit 007a282
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Mockolo/Executor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ class Executor {
kind: [String].self,
usage: "If set, @testable import statments will be added for each module name in this list.")
header = parser.add(option: "--header",
shortName: "-h",
kind: String.self,
usage: "A custom header documentation to be added to the beginning of a generated mock file.")
concurrencyLimit = parser.add(option: "--concurrency-limit",
Expand Down

0 comments on commit 007a282

Please sign in to comment.