Hisoka-X commented on code in PR #3676:
URL:
https://github.com/apache/incubator-seatunnel/pull/3676#discussion_r1056182974
##########
seatunnel-core/seatunnel-starter/src/main/java/org/apache/seatunnel/core/starter/seatunnel/args/ClientCommandArgs.java:
##########
@@ -49,6 +49,14 @@ public class ClientCommandArgs extends AbstractCommandArgs {
description = "Get job status by JobId")
private String jobId;
+ @Parameter(names = {"-can", "--cancel-job"},
+ description = "Cancel job by JobId")
+ private String cancelJobId;
+
+ @Parameter(names = {"-m", "--metrics"},
Review Comment:
how about use `-d`? mean deploy mode.
--
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]