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 c77273e commit 606fbaaCopy full SHA for 606fbaa
Sources/SwiftJavaTool/Commands/JExtractCommand.swift
@@ -86,6 +86,7 @@ extension SwiftJava.JExtractCommand {
86
if let javaPackage {
87
config.javaPackage = javaPackage
88
}
89
+ config.mode = mode
90
config.swiftModule = self.effectiveSwiftModule
91
config.outputJavaDirectory = outputJava
92
config.outputSwiftDirectory = outputSwift
0 commit comments