Abyss-lord commented on PR #5836: URL: https://github.com/apache/gravitino/pull/5836#issuecomment-2538875079
@justinmclean Hi Justin, Could you please take a look when you have time? I added two abstract methods to the Commands class: `hasCompleteArguments` and `displayMissingArguments` , and implemented them in all subclasses. - `hasCompleteArguments`:The method is used to check whether the current command has all the required arguments. - `displayMissingArguments`:The method is responsible for displaying information about the missing parameters. -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org