tisonkun commented on code in PR #16853:
URL: https://github.com/apache/pulsar/pull/16853#discussion_r933701212
##########
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:
@SignorMercurio thanks for your information! It seems a JCommander
limitation. Then I'm OK with current approach, while we can possibly use
another annotation to avoid string parsing but it's not a blocker to this patch.
--
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]