caddy icon indicating copy to clipboard operation
caddy copied to clipboard

cmd: Unwrap adapter modules to get underlying modules

Open WeidiDeng opened this issue 2 years ago • 3 comments

Fix 5621.

In addition, this also fixed several add(remove)-package related commands as they can't be used to add or remove adapter related modules.

Before,

image

After,

image

WeidiDeng avatar Jul 10 '23 03:07 WeidiDeng

You mean adapters are not part of modules, and will not show as so. However, they will show in the new list-plugin command?

They are of course affected by add / remove package commands.

WeidiDeng avatar Jul 10 '23 03:07 WeidiDeng

What should be the definition of a plugin? Maybe just config-adapters are more expressive?

WeidiDeng avatar Jul 10 '23 03:07 WeidiDeng

Well, I'm not sure if a new list-plugins command is the right answer -- maybe it is. I need to think about it more, or maybe have a discussion about other good solutions.

mholt avatar Jul 10 '23 04:07 mholt