christophd commented on code in PR #13593:
URL: https://github.com/apache/camel/pull/13593#discussion_r1535859398


##########
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Bind.java:
##########
@@ -64,21 +71,51 @@ public class Bind extends CamelCommand {
                         required = true)
     String sink;
 
+    @CommandLine.Option(names = { "-p", "--prop", "--property" },

Review Comment:
   done



##########
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Bind.java:
##########
@@ -64,21 +71,51 @@ public class Bind extends CamelCommand {
                         required = true)
     String sink;
 
+    @CommandLine.Option(names = { "-p", "--prop", "--property" },
+                        description = "Adds a pipe property in the form of 
[source|sink|step-<n>].<key>=<value> where <n> is the step number starting from 
1",
+                        arity = "0")
+    String[] properties;
+
+    @CommandLine.Option(names = { "--output", "-o" },

Review Comment:
   done, thx



-- 
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-unsubscr...@camel.apache.org

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

Reply via email to