xiaochen-zhou commented on code in PR #9502:
URL: https://github.com/apache/seatunnel/pull/9502#discussion_r2234957218


##########
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.
   
   It's not being used right now, but I think setting a flag and comparing it 
with no-op might be a good idea and could come in handy 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