tisonkun commented on code in PR #16853:
URL: https://github.com/apache/pulsar/pull/16853#discussion_r933313065
##########
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdFunctions.java:
##########
@@ -969,7 +990,7 @@ void runCmd() throws Exception {
@Parameters(commandDescription = "Update a Pulsar Function that has been
deployed to a Pulsar cluster")
class UpdateFunction extends FunctionDetailsCommand {
- @Parameter(names = "--update-auth-data", description = "Whether or not
to update the auth data")
+ @Parameter(names = "--update-auth-data", description = "Whether or not
to update the auth data #Java,Python")
Review Comment:
Why not add a new parameter? Parsing string literals is generally error
prone, though.
--
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]