SignorMercurio commented on code in PR #16853:
URL: https://github.com/apache/pulsar/pull/16853#discussion_r933498215
##########
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:
Indeed, but AFAIK there's no way to add a new field here. Please see
[JCommander Docs](https://jcommander.org) for more info.
--
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]