chia7712 commented on code in PR #20379:
URL: https://github.com/apache/kafka/pull/20379#discussion_r2288544096
##########
core/src/main/scala/kafka/tools/TestRaftServer.scala:
##########
@@ -428,7 +428,7 @@ object TestRaftServer extends Logging {
}
private class TestRaftServerOptions(args: Array[String]) extends
CommandDefaultOptions(args) {
- val configOpt: OptionSpec[String] = parser.accepts("config", "Required
configured file")
+ val configOpt: OptionSpec[String] = parser.accepts("config", "REQUIRED:
The configured file")
Review Comment:
Could you please use `CommandLineUtils.checkRequiredArgs` to check the
existence in this PR?
--
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]