Skip to content

Commit 4d82eaf

Browse files
committed
make async func mode optional
1 parent 2a71014 commit 4d82eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftJavaTool/Commands/JExtractCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ extension SwiftJava {
8080
var dependsOn: [String] = []
8181

8282
@Option(help: "The mode to use for extracting asynchronous Swift functions. By default async methods are extracted as Java functions returning CompletableFuture.")
83-
var asyncFuncMode: JExtractAsyncFuncMode = .default
83+
var asyncFuncMode: JExtractAsyncFuncMode?
8484
}
8585
}
8686

0 commit comments

Comments
 (0)