gnodet commented on code in PR #22193:
URL: https://github.com/apache/camel/pull/22193#discussion_r2981924387


##########
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/catalog/CatalogDoc.java:
##########
@@ -51,7 +51,13 @@
 
 @CommandLine.Command(name = "doc",
                      description = "Shows documentation for kamelet, 
component, and other Camel resources", sortOptions = false,
-                     showDefaultValues = true)
+                     showDefaultValues = true,
+                     footer = {
+                             "%nExamples:",
+                             "  camel doc kafka",
+                             "  camel doc timer",
+                             "  camel doc beer-source",

Review Comment:
   _Claude Code on behalf of Guillaume Nodet_
   
   Good catch! Fixed in 4401bb1 — replaced `beer-source` with `aws-s3-source` 
which is a real kamelet available in the default catalog.



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

Reply via email to