dlmarion commented on code in PR #6127:
URL: https://github.com/apache/accumulo/pull/6127#discussion_r2805714131


##########
start/src/main/java/org/apache/accumulo/start/spi/CommandGroup.java:
##########
@@ -18,14 +18,32 @@
  */
 package org.apache.accumulo.start.spi;
 
+/**
+ * Used for grouping {@link KeywordExecutable} commands.
+ *
+ * @since 4.0.0
+ */
 public interface CommandGroup extends Comparable<CommandGroup> {
 
+  /**
+   * To execute a command in this group this key must be entered before the 
command. Should not
+   * contain spaces.

Review Comment:
   Evaluation at runtime is case-insensitive. So if the keyword is `Foo` and 
the user types `foo` it will still work.



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