-
Enhancement
-
Resolution: Done
-
Major
-
1.3.2.Final
-
None
Currently the two commands
1. remove-plugin
2. list-plugins
Runs mainly on display and consuming plugin as a long string
org.jrebirth.forge-jrebirth-plugin:1.3.2.Final:1.0.0-SNAPSHOT-0ecc7548-4e2e-47e0-a17a-34c95026568b
As the install-plugin command comes in the same group of plugins. We can enhance these two commands like...
list-plugins
Instead of just displaying a full line of string we can display some info about the plugin like...
Plugin name (servlet, rest etc. (user defined)) : Maven location(A:G:V) | Author | ... etc
remove-plugin
like install-plugin we can provide the plugin name. ( we can also use completer using installed plugins in the system)