You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/08/01 02:32:03 UTC

[GitHub] [pulsar] Anonymitaet commented on a diff in pull request #16853: [feature][doc] Show language support for pulsar-admin functions flags

Anonymitaet commented on code in PR #16853:
URL: https://github.com/apache/pulsar/pull/16853#discussion_r934093488


##########
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:
   ```suggestion
           @Parameter(names = "--tenant", description = "The tenant of a Pulsar Function #Java, Python, Go")
   ```
   Can you add a space after `comma`? That's the basic English rule 😀
   
   Screeshots LGTM



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org