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
// TODO: This should be a "make wrappers" option that just detects when we give it a jar
38
-
@Flag(
39
-
help:"Specifies that the input is a *.jar file whose public classes will be loaded. The output of swift-java will be a configuration file (swift-java.config) that can be used as input to a subsequent swift-java invocation to generate wrappers for those public classes."
40
-
)
38
+
@Flag(help:"Specifies that the input is a *.jar file whose public classes will be loaded. The output of swift-java will be a configuration file (swift-java.config) that can be used as input to a subsequent swift-java invocation to generate wrappers for those public classes.")
41
39
varjar:Bool=false
42
40
43
41
@Option(
@@ -57,9 +55,7 @@ extension SwiftJava {
57
55
swiftModule
58
56
}
59
57
60
-
@Argument(
61
-
help:"The input file, which is either a swift-java configuration file or (if '-jar' was specified) a Jar file."
62
-
)
58
+
@Argument(help:"The input file, which is either a swift-java configuration file or (if '-jar' was specified) a Jar file.")
0 commit comments