corgy-w commented on code in PR #10075:
URL: https://github.com/apache/seatunnel/pull/10075#discussion_r2631612145


##########
seatunnel-core/seatunnel-starter/src/main/java/org/apache/seatunnel/core/starter/seatunnel/args/ClientCommandArgs.java:
##########
@@ -74,6 +74,12 @@ public class ClientCommandArgs extends AbstractCommandArgs {
             description = "Cancel job by JobId")
     private List<String> cancelJobId;
 
+    @Parameter(
+            names = {"-canf", "--cancel-job-force"},

Review Comment:
   In the ClientCommandArgs.class, some parts have added xxx-job (cancel) while 
others have not (restore). Could they all be unified? For compatibility, would 
force-cancx-job /force-cancel / -f be better



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