}).create();
this.console = new AeshConsoleBuilder()
.prompt(createPrompt())
.settings(newSettings)
.commandRegistry(new ForgeCommandRegistry(this, commandManager))
.manProvider(new ForgeManProvider(this, commandManager))
.create();
this.output = new ShellUIOutputImpl(console);
this.console.start();
}