justinmclean commented on code in PR #5604: URL: https://github.com/apache/gravitino/pull/5604#discussion_r1849679837
########## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java: ########## @@ -514,6 +521,23 @@ private void handleColumnCommand() { } } + private void handleHelpCommand() { + String helpFile = entity.toLowerCase() + "_help.txt"; Review Comment: This is the intention yes and that is covered by other issues - please see the parent issue. -- 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