nandakumar131 commented on PR #7575:
URL: https://github.com/apache/ozone/pull/7575#issuecomment-2562295721

   Not related to this change:
   While reviewing the code I realised that there are two ways in which we are 
handling `MissingSubCommand`.
   ```
   throw new MissingSubcommandException(
           this.shell.getCmd().getSubcommands().get("xxx"));
   ```
   and 
   ```
   GenericCli.missingSubcommand(spec);
   ```
   Can we unify this as well? I can take it up.


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

Reply via email to