apupier commented on code in PR #22193:
URL: https://github.com/apache/camel/pull/22193#discussion_r2981148633
##########
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:
by default, I do not have this beer-source part fo the catalog
```
Camel kamelet: beer-source not found. Did you mean? fhir-source, jira-source
```
--
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]