SignorMercurio commented on code in PR #18132:
URL: https://github.com/apache/pulsar/pull/18132#discussion_r1000333036
##########
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdGenerateDocument.java:
##########
@@ -107,9 +107,6 @@ private void generateDocument(StringBuilder sb, String
module, JCommander obj) {
.append("\n```");
sb.append("\n\n");
CmdBase cmdObj = (CmdBase) obj.getObjects().get(0);
- for (String s : cmdObj.jcommander.getCommands().keySet()) {
- sb.append("* `").append(s).append("`\n");
- }
Review Comment:

These lists are removed by removing these code. They are redundant because
we now already have a TOC on the right side.
--
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]