ManyConsole
ManyConsole copied to clipboard
An access to TextWriter object from within a ConsoleCommand
Would be great to have an access to TextWriter object (that is being passed via ConsoleCommandDispatcher.DispatchCommand()) from within a ConsoleCommand.
return ConsoleCommandDispatcher.DispatchCommand(commands, args, Console.Out)
I would accept a pull request for this.