will-sh commented on code in PR #10134: URL: https://github.com/apache/ozone/pull/10134#discussion_r3190049530
########## hadoop-ozone/dist/src/shell/ozone/ozone: ########## @@ -318,6 +329,10 @@ fi OZONE_SUBCMD=$1 +if [[ "$OZONE_SUBCMD" == "--interactive" ]]; then + OZONE_SUBCMD="interactive" +fi + Review Comment: Thanks, I’ve added interactive to the ozone help list and kept the command name as ozone interactive only. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
