liangyepianzhou commented on code in PR #21664:
URL: https://github.com/apache/pulsar/pull/21664#discussion_r1414778530


##########
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTopics.java:
##########
@@ -726,10 +734,38 @@ private class DeleteCmd extends CliCommand {
                 + "but the parameter is invalid and the schema is always 
deleted", hidden = true)
         private boolean deleteSchema = false;
 
+        @Parameter(names = {"-r", "regex"},
+                description = "Use a regex expression to match multiple topics 
for deletion.")
+        boolean regex = false;
+
+        @Parameter(names = {"--from-file"}, description = "Read a list of 
topics from a file for deletion.")

Review Comment:
   Should it be consistent with the proposal?



-- 
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]

Reply via email to