[
https://issues.apache.org/jira/browse/KAFKA-16415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17830255#comment-17830255
]
Dmitry Werner commented on KAFKA-16415:
---------------------------------------
[~chia7712] during the checking, I found only one issue that needs to be fixed
in this task for ConsumerGroupCommand:
{code:java}
$ ./bin/kafka-consumer-groups.sh --version
Missing required argument "[bootstrap-server]" {code}
> Make sure all subclass of CommandDefaultOptions can process "--help" and
> "–version"
> -----------------------------------------------------------------------------------
>
> Key: KAFKA-16415
> URL: https://issues.apache.org/jira/browse/KAFKA-16415
> Project: Kafka
> Issue Type: Improvement
> Reporter: Chia-Ping Tsai
> Assignee: Dmitry Werner
> Priority: Minor
> Labels: newbie
>
> grep the code base and it seems following tools does not process "--help" and
> "–version" by `maybePrintHelpOrVersion`
> BrokerVersionCommandOptions
> DumpLogSegments
> MirrorMaker
> DeleteRecordsCommand
> LeaderElectionCommand
> LogDirsCommand
--
This message was sent by Atlassian Jira
(v8.20.10#820010)