Hisoka-X commented on code in PR #3946:
URL:
https://github.com/apache/incubator-seatunnel/pull/3946#discussion_r1070790445
##########
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:
```suggestion
private boolean closeJob = true;
```
--
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]