Fix swiftlint warning
All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good
All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good
This commit is contained in:
@@ -24,7 +24,7 @@ struct StringiumOptions: ParsableArguments {
|
||||
@Option(
|
||||
name: .customLong("output-path"),
|
||||
help: "Path where to strings file.",
|
||||
transform: { $0.replaceTiltWithHomeDirectoryPath()}
|
||||
transform: { $0.replaceTiltWithHomeDirectoryPath() }
|
||||
)
|
||||
fileprivate var outputPathRaw: String
|
||||
|
||||
|
Reference in New Issue
Block a user