diff --git a/Sources/Mockolo/Executor.swift b/Sources/Mockolo/Executor.swift index 12607cd6..9c96497b 100644 --- a/Sources/Mockolo/Executor.swift +++ b/Sources/Mockolo/Executor.swift @@ -38,7 +38,8 @@ struct Executor: ParsableCommand { valueName: "n")) private var concurrencyLimit: Int? - @Option(parsing: .upToNextOption, + @Option(name: [.customShort("c"), .long], + parsing: .upToNextOption, help: "If set, custom module imports (separated by a space) will be added to the final import statement list.") private var customImports: [String] = []