justinmclean commented on code in PR #5606:
URL: https://github.com/apache/gravitino/pull/5606#discussion_r1855895395


##########
clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoOptions.java:
##########
@@ -89,6 +89,7 @@ public Options options() {
     // Force delete entity and rename metalake operations
     options.addOption(createSimpleOption("f", FORCE, "force operation"));
 
+    options.addOption(createArgOption(null, OUTPUT, "output format (table)"));

Review Comment:
   Perhaps also name the default format e.g. "plain"?



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

Reply via email to