Hisoka-X commented on code in PR #4456:
URL: 
https://github.com/apache/incubator-seatunnel/pull/4456#discussion_r1153099374


##########
seatunnel-core/seatunnel-starter/src/main/java/org/apache/seatunnel/core/starter/seatunnel/args/ClientCommandArgs.java:
##########
@@ -83,6 +83,12 @@ public class ClientCommandArgs extends AbstractCommandArgs {
             description = "list job status")
     private boolean listJob = false;
 
+    @Parameter(
+            names = {"--async"},
+            description =
+                    "Run the job asynchronously, when the job is submitted, 
the client will exit")
+    private boolean async = false;

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to