We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2808aab commit 2fdbb4dCopy full SHA for 2fdbb4d
LocMapper CLI/Commands/MergeXcodeLocs.swift
@@ -36,10 +36,10 @@ struct MergeXcodeLocs : ParsableCommand {
36
@OptionGroup var logOptions: LoggingOptions
37
38
@Option(help: "List of paths to exclude when reading the project.")
39
- var excludeList: [String]
+ var excludeList: [String] = []
40
41
@Option(help: "List of paths to only include when reading the project.")
42
- var includeList: [String]
+ var includeList: [String] = []
43
44
@Argument
45
var rootFolder: String
0 commit comments