liugddx commented on code in PR #3946:
URL: 
https://github.com/apache/incubator-seatunnel/pull/3946#discussion_r1070792014


##########
seatunnel-core/seatunnel-starter/src/main/java/org/apache/seatunnel/core/starter/seatunnel/args/ClientCommandArgs.java:
##########
@@ -65,6 +69,10 @@ public class ClientCommandArgs extends AbstractCommandArgs {
         description = "list job status")
     private boolean listJob = false;
 
+    @Parameter(names = {"-cj", "--close-job"},
+        description = "Close client the task will also be closed")
+    private boolean closeJob = false;

Review Comment:
   Default is true? Since the client is blocking, maybe the user wants the task 
to continue?



-- 
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