khalidabuhakmeh / ConsoleTables

Print out a nicely formatted table in a console application C#
MIT License
944 stars 157 forks source link

Adds option for setting the output TextWriter #38

Closed jonfuller closed 4 years ago

jonfuller commented 4 years ago

Context

Sometimes it's useful to decide where the output goes, other than Console. I typically find this helpful when I'm building command line apps.

If applied this PR will:

Enable the developer to configure where the output goes (e.g. Console.Out, Console.Error)

khalidabuhakmeh commented 4 years ago

I like it! Thanks, @jonfuller.