}
this.console = new AeshConsoleBuilder()
.prompt(createPrompt(initialResource))
.settings(newSettings.create())
.commandRegistry(registry)
.commandNotFoundHandler(new ForgeCommandNotFoundHandler(this, commandNotFoundListeners))
.create();
this.output = new ShellUIOutputImpl(console);
setCurrentResource(initialResource);
this.console.start();
}