Hisoka-X commented on code in PR #4161: URL: https://github.com/apache/incubator-seatunnel/pull/4161#discussion_r1139567348
########## seatunnel-core/seatunnel-starter/src/main/java/org/apache/seatunnel/core/starter/seatunnel/args/ServerCommandArgs.java: ########## @@ -33,6 +33,11 @@ public class ServerCommandArgs extends CommandArgs { description = "The name of cluster") private String clusterName = "seatunnel_default_cluster"; + @Parameter( + names = {"-d", "--daemon"}, + description = "The cluster daemon mode") + private boolean daemonMod = false; Review Comment: ```suggestion private boolean daemonMode = false; ``` -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org