Abyss-lord commented on code in PR #5907: URL: https://github.com/apache/gravitino/pull/5907#discussion_r1895547053
########## clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoOptions.java: ########## @@ -102,6 +107,7 @@ public Options options() { options.addOption(createArgOption(DEFAULT, "default column value")); options.addOption(createSimpleOption("o", OWNER, "display entity owner")); options.addOption(createArgOption(COLUMNFILE, "CSV file describing columns")); + options.addOption(createSimpleOption("R", RECURSIVE, "recursive operation")); Review Comment: fix -- 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