justinmclean commented on code in PR #5907:
URL: https://github.com/apache/gravitino/pull/5907#discussion_r1895080022
##########
clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoOptions.java:
##########
@@ -84,8 +87,10 @@ public Options options() {
options.addOption(createSimpleOption(PARTITION, "display partition
information"));
options.addOption(createSimpleOption("o", OWNER, "display entity owner"));
options.addOption(createSimpleOption(null, SORTORDER, "display sortorder
information"));
+ options.addOption(createSimpleOption(null, ENABLE, "enable entities"));
+ options.addOption(createSimpleOption(null, DISABLE, "disable entities"));
- // Create/update options
+ // very minor options
Review Comment:
Not sure why that are "very minor"?
--
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]