Skip to content

Fix output when piping result into a file

Compare
Choose a tag to compare
@marinofelipe marinofelipe released this 11 Feb 15:03
· 30 commits to main since this release
7d34abe

Fixes #38 so that the tool correctly generates output in stdout when piping the result into a file - #40 by @spookyd

A fallback PrintController was added to Console to ensure the output is there whenever the default TerminalController fails to initialize, which might possibly benefit other (currently) unknown scenarios.