SignorMercurio commented on code in PR #16853:
URL: https://github.com/apache/pulsar/pull/16853#discussion_r934095711
##########
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdFunctions.java:
##########
@@ -185,40 +185,42 @@ void processArguments() throws Exception {
*/
@Getter
abstract class FunctionDetailsCommand extends BaseCommand {
- @Parameter(names = "--fqfn", description = "The Fully Qualified
Function Name (FQFN) for the function")
+ @Parameter(names = "--fqfn", description = "The Fully Qualified
Function Name (FQFN) for the function"
+ + " #Java,Python")
protected String fqfn;
- @Parameter(names = "--tenant", description = "The tenant of a Pulsar
Function")
+ @Parameter(names = "--tenant", description = "The tenant of a Pulsar
Function #Java,Python,Go")
Review Comment:
Okay, I've added the space now.
--
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]