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


##########
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:
   I can't found the code of use the variable.



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