You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Option(name:.shortAndLong, help:"The directory in which to output the generated Swift files or the Java2Swift configuration file.")
62
+
@Option(name:.shortAndLong, help:"Directory containing Swift files which should be extracted into Java bindings. Also known as 'jextract' mode. Must be paired with --output-java and --output-swift.")
63
+
varinputSwift:String?=nil
64
+
65
+
@Option(name:.shortAndLong, help:"The directory where generated Swift files should be written. Generally used with jextract mode.")
66
+
varoutputSwift:String?=nil
67
+
68
+
@Option(name:.shortAndLong, help:"The directory where generated Java files should be written. Generally used with jextract mode.")
69
+
varoutputJava:String?=nil
70
+
71
+
// TODO: clarify this vs outputSwift (history: outputSwift is jextract, and this was java2swift)
72
+
@Option(name:.shortAndLong, help:"The directory in which to output the generated Swift files or the SwiftJava configuration file.")
63
73
varoutputDirectory:String?=nil
64
74
65
-
66
75
@Option(name:.shortAndLong, help:"Directory where to write cached values (e.g. swift-java.classpath files)")
0 commit comments