Skip to content

Commit

Permalink
Merge pull request #90 from uber/es-h
Browse files Browse the repository at this point in the history
Drop shortname conflicting with help option
  • Loading branch information
ellie authored Feb 25, 2020
2 parents 11c8b0c + 007a282 commit a4deaf0
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 a4deaf0

Please sign in to comment.