settings = new SettingsBuilder().create();
if(registry == null) {
registry = new MutableCommandRegistry();
}
if(commandInvocationServices == null)
commandInvocationServices = new CommandInvocationServices();
AeshConsole aeshConsole =
new AeshConsoleImpl(settings, registry, commandInvocationServices,
commandNotFoundHandler, manProvider);