jolshan commented on code in PR #17093:
URL: https://github.com/apache/kafka/pull/17093#discussion_r1759181624


##########
tools/src/main/java/org/apache/kafka/tools/FeatureCommand.java:
##########
@@ -187,6 +192,20 @@ private static void addVersionMappingParser(Subparsers 
subparsers) {
                 .action(store());
     }
 
+    private static void addFeatureDependenciesParser(Subparsers subparsers) {
+        Subparser featureDependenciesParser = 
subparsers.addParser("feature-dependencies")
+                .help("Look up dependencies for a given feature version. " +
+                    "If the feature is not known or the version not yet 
defined, an error is thrown. " +
+                     "Multiple features can be specified. "

Review Comment:
   nit: spacing



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to