IHelp Command
Must be implemented by your custom help command.
If an implementation of that interface is found, it replaces the built-in help command.
This lets the framework use the command to also display help about specific commands.
Usage: Register your instance as a service with @BService.
See also
@InterfacedService