tisonkun commented on code in PR #19974:
URL: https://github.com/apache/pulsar/pull/19974#discussion_r1155040837
##########
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdSchemas.java:
##########
@@ -42,6 +42,7 @@ public CmdSchemas(Supplier<PulsarAdmin> admin) {
jcommander.addCommand("delete", new DeleteSchema());
jcommander.addCommand("upload", new UploadSchema());
jcommander.addCommand("extract", new ExtractSchema());
+ jcommander.addCommand("test-compatibility", new TestCompatibility());
Review Comment:
nit: avoid wordy
```suggestion
jcommander.addCommand("compatibility", new TestCompatibility());
```
--
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]