Fix swiftlint warning
All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good

This commit is contained in:
2025-07-17 14:31:55 +02:00
parent 5b0ae8afe5
commit 75760e3fa3

View File

@@ -24,7 +24,7 @@ struct StringiumOptions: ParsableArguments {
@Option( @Option(
name: .customLong("output-path"), name: .customLong("output-path"),
help: "Path where to strings file.", help: "Path where to strings file.",
transform: { $0.replaceTiltWithHomeDirectoryPath()} transform: { $0.replaceTiltWithHomeDirectoryPath() }
) )
fileprivate var outputPathRaw: String fileprivate var outputPathRaw: String