Hisoka-X commented on code in PR #9502:
URL: https://github.com/apache/seatunnel/pull/9502#discussion_r2239856012


##########
seatunnel-core/seatunnel-starter/src/main/bin/seatunnel-cluster.sh:
##########
@@ -78,6 +78,8 @@ do
     ROLE_FLAG=false
   elif [[ "${i}" == "-h" || "${i}" == "--help" ]]; then
     HELP=true
+  elif [[ "${i}" == "-m" || "${i}" == "--member" ]]; then
+    SHOW_MEMBER=true

Review Comment:
   Please remove it, when we need use it we can add it later.



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