Expand description
Implementation of hm plugin {list, info, install, remove}.
list and info read the real PluginRegistry; install and
remove operate on the on-disk install dir via
crate::plugin::install and crate::plugin::paths.
Functionsยง
- run
- Dispatch a parsed
hm plugin <subcommand>to its handler.