ksravista commented on code in PR #143:
URL:
https://github.com/apache/hbase-operator-tools/pull/143#discussion_r1640385442
##########
hbase-hbck2/src/main/java/org/apache/hbase/HBCK2.java:
##########
@@ -1507,22 +1577,39 @@ private Pair<CommandLine, List<String>>
parseCommandWithFixAndInputOptions(Strin
return Pair.newPair(commandLine, params);
}
+ private boolean commandHasHelpOption(String[] args) {
Review Comment:
the options available in through `doCommandLine` are the overall options and
not the parsed options from the command.
--
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]