DomGarguilo commented on code in PR #6419:
URL: https://github.com/apache/accumulo/pull/6419#discussion_r3546876639


##########
core/src/main/java/org/apache/accumulo/core/cli/ServerOpts.java:
##########
@@ -53,6 +53,10 @@ public List<String> split(String value) {
           + " Expected format: -o <key>=<value> [-o <key>=<value>]")
   private List<String> overrides = new ArrayList<>();
 
+  @Parameter(names = {"-j", "--json"},

Review Comment:
   Searched the project and the ListCompactions command has this `-j`/`--json` 
option already. Should probably remove that and let it read the inherited 
`options.json` instead



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