justinmclean commented on code in PR #6440: URL: https://github.com/apache/gravitino/pull/6440#discussion_r1951930374
########## clients/cli/src/main/java/org/apache/gravitino/cli/CommandContext.java: ########## @@ -19,42 +19,41 @@ package org.apache.gravitino.cli; +import com.google.common.base.Preconditions; +import org.apache.commons.cli.CommandLine; import org.apache.gravitino.cli.commands.Command; /* Context for a command */ public class CommandContext { - private String url; - private boolean ignoreVersions; - private boolean force; - private String outputFormat; + public static final String DEFAULT_URL = "http://localhost:8090"; Review Comment: Looks like we now have this defined in two places? -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org