orpiske commented on a change in pull request #6583:
URL: https://github.com/apache/camel/pull/6583#discussion_r777455008



##########
File path: 
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/CamelJBangMain.java
##########
@@ -29,6 +29,7 @@
     public static void run(String... args) {
         commandLine = new CommandLine(new CamelJBangMain())
                 .addSubcommand("run", new Run())
+                .addSubcommand("create-project", new CreateProject())

Review comment:
       I think it would be better to use two sub-commands so that we maintain 
the same pattern. I mean, it would be better to use `create project`. Look at 
how we do for the `init kamelet` feature.




-- 
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