yuruguo commented on a change in pull request #12535:
URL: https://github.com/apache/pulsar/pull/12535#discussion_r744219865
##########
File path:
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdSchemas.java
##########
@@ -51,13 +52,24 @@ public CmdSchemas(Supplier<PulsarAdmin> admin) {
@Parameter(names = { "--version" }, description = "version", required
= false)
private Long version;
+ @Parameter(names = {"--all"}, description = "all version", required =
false)
Review comment:
I'm not sure whether `--version all` is a valid option, maybe
`--version-all` or `--all-version`.
--
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]