-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Short list of Jetty modules #5254
Comments
We already have --list-modules, which has descriptions, dependencies etc plus a filtering mechanism |
i wouldn't object to making "show" a synonym for "list" in all our options.... plus "--add" should be the same as "--add-to-start" |
@gregw |
I find it confusing to have both --show-xxx and --list-xxx. Also to me --show-xxx implies more detailed info than --list-xxx. How about we keep just --list-modules and either add --verbose or alternatively --quiet to change the amount of info output?? |
Then let's improve the format of |
Any solution would work for me. My point is that a user would probably like to see the list of available modules to glance interesting ones:
|
OK - I'll do this one. |
* simplified --list-modules output * added --show-module Signed-off-by: Greg Wilkins <gregw@webtide.com>
@WalkerWatch #5257 included an update to the module descriptions... but can you review them in a new PR to improve the voice of them. |
Jetty version
10.0.x
Description
Would be great if users could explore what modules are available in a fresh install of Jetty:
where
--show-modules
produces a shorter output rather than the current 799 😮 lines of output, where the modules available are completely lost in the amount of other information.The output of
--show-modules
would be something like:Maybe with a short description.
The text was updated successfully, but these errors were encountered: