try (CommandContainer commandContainer = getCommand( aeshLine, output.getBuffer())) {
CommandContainerResult ccResult =
commandContainer.executeCommand(aeshLine, invocationProviders, getAeshContext(),
commandInvocationServices.getCommandInvocationProvider(
commandInvocationProvider).enhanceCommandInvocation(
new AeshCommandInvocation(console,
output.getControlOperator(),
output.getPid(), this)));
result = ccResult.getCommandResult();
resultHandler = ccResult.getResultHandler();