smiklosovic commented on code in PR #3101:
URL: https://github.com/apache/cassandra/pull/3101#discussion_r1495659744
##########
src/java/org/apache/cassandra/tools/NodeTool.java:
##########
@@ -262,6 +263,13 @@ public int execute(String... args)
.withCommand(RepairAdmin.SummarizePendingCmd.class)
.withCommand(RepairAdmin.SummarizeRepairedCmd.class);
+ builder.withGroup(CMSCmdGroupHelp.CMS_CMD_GROUP_NAME)
Review Comment:
I am not sure if we do not want to put all classes under "CMSAdmin" or
something similar as it is done in `RepairAdmin` case but I am overall OK with
this as well. I can not estimate if putting it all into one class is better
than leaving it 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]