_dispatcher.register(new HelpCommand());
/*
* this one prints as well the initial copyright header.
*/
_dispatcher.register(new AboutCommand());
_dispatcher.register(new ExitCommand());
_dispatcher.register(new EchoCommand());
final PluginCommand pluginCommand = new PluginCommand(this);
_dispatcher.register(pluginCommand);