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


##########
shell/src/main/java/org/apache/accumulo/shell/commands/ListTabletsCommand.java:
##########
@@ -262,6 +270,15 @@ public Options getOptions() {
     outputFileOpt.setArgName("file");
     opts.addOption(outputFileOpt);
 
+    Option optStartRowInclusive =
+        new Option(OptUtil.START_ROW_OPT, "begin-row", true, "begin row 
(inclusive)");
+    optStartRowExclusive = new Option("be", "begin-exclusive", false,
+        "make start row exclusive (by default it's inclusive)");

Review Comment:
   Yea good idea. in 65b69ed i changed `optStartRowInclusive` to `startRowOpt` 
and also renamed `optStartRowExclusive` to `startRowExclusiveOpt` for clarity 



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