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


##########
clients/cli/src/main/java/org/apache/gravitino/cli/Main.java:
##########
@@ -35,6 +35,11 @@ public static void main(String[] args) {
     try {
       CommandLine line = parser.parse(options, args);
       String entity = resolveEntity(line);
+      String[] extra = line.getArgs();
+      if (extra.length > 2) {

Review Comment:
   the arguments don't include options and all commands have a maximum of two 
arguments.



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