justinmclean opened a new issue, #6102: URL: https://github.com/apache/gravitino/issues/6102
### What would you like to be improved? If you try set multiple tags probities you get an error: ``` gcli tag set --metalake metalake_demo --tag tagA tagB tagC --property test --value value Exception in thread "main" java.lang.IllegalArgumentException: Error: The current command only supports one --tag option. at com.google.common.base.Preconditions.checkArgument(Preconditions.java:143) at org.apache.gravitino.cli.GravitinoCommandLine.getOneTag(GravitinoCommandLine.java:723) at org.apache.gravitino.cli.GravitinoCommandLine.handleTagCommand(GravitinoCommandLine.java:668) at org.apache.gravitino.cli.GravitinoCommandLine.executeCommand(GravitinoCommandLine.java:151) at org.apache.gravitino.cli.GravitinoCommandLine.handleCommandLine(GravitinoCommandLine.java:97) at org.apache.gravitino.cli.Main.main(Main.java:54) ``` The same occurs with the similar role command. ### How should we improve? A stack trace should not be displayed, and we should not use Preconditions to check arguments like this. -- 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: commits-unsubscr...@gravitino.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org