* 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);
_dispatcher.register(new DriverCommand(this));
final AliasCommand aliasCommand = new AliasCommand(this);
_dispatcher.register(aliasCommand);