_dispatcher.register(aliasCommand);
if (_fromTerminal) {
_dispatcher.register(new KeyBindCommand(this));
}
final LoadCommand loadCommand = new LoadCommand();
_dispatcher.register(loadCommand);
_dispatcher.register(new ConnectCommand(this, _sessionManager));
_dispatcher.register(new StatusCommand());