davsclaus opened a new pull request, #23682:
URL: https://github.com/apache/camel/pull/23682

   ## Summary
   
   - Adds a `camel.jbang.plugin.banner` config option (stored in global user 
config) to disable the "Plugins (not installed)" banner shown on every `--help` 
invocation
   - When the banner is shown, a new hint line tells users how to turn it off: 
`Turn off: camel config set camel.jbang.plugin.banner=false`
   - Users can disable via: `camel config set camel.jbang.plugin.banner=false`
   - Users can re-enable via: `camel config set camel.jbang.plugin.banner=true`
   
   ## Test plan
   
   - [x] New test: `CamelJBangMainTest.shouldShowPluginBannerByDefault` — 
verifies banner shows by default
   - [x] New test: `CamelJBangMainTest.shouldHidePluginBannerWhenDisabled` — 
verifies banner is hidden when config is false
   
   _Claude Code on behalf of Claus Ibsen_


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