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


##########
clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java:
##########
@@ -551,4 +551,8 @@ public String getUrl() {
     // Return the default localhost URL
     return DEFAULT_URL;
   }
+
+  public static Options getOptions() {
+    return options;
+  }

Review Comment:
   I don't think the options should be exposed in this way. Each command is 
passed in its constructor the details it needs in order to be able to perform 
the command.



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