
July 21, 2017
3:25 a.m.
On Jul 20, 2017, at 11:33 PM, Jan Jancar wrote:
Looking at the dynamic loading of subcommands, plugin subcommands can be easily integrated. Pretty much a one line change on top of this and !288:
- add_components('mailman.commands', ICLISubCommand, self._commands)
- add_pluggable_components('commands', ICLISubCommand, self._commands)
Will rebase the plugin branch on top of this once it lands.
Very cool. -Barry