renderizer
renderizer copied to clipboard
adds --output flag
@jasonmills Thanks for the PR. I'm not necessarily opposed to this but can you add a justification for why just using redirection isn't preferred?
e.g. when is this:
renderizer --output a.out
preferred over this:
renderizer >a.out