justinmclean commented on code in PR #5606:
URL: https://github.com/apache/gravitino/pull/5606#discussion_r1849409986
##########
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:
All other commands extract what they need from options and pass that along.
That way, a command doesn't need to know about the CLI library we use.
--
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]