christophd commented on code in PR #13593:
URL: https://github.com/apache/camel/pull/13593#discussion_r1535847698
##########
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:
so to be sure it is about removing the `-p` option, right? I can do that for
the new options in this PR already, np
--
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]