I accidentally ran: ``` $ heroics-generate -h "Content-Type: application/json" ... > x.rb ``` when I should have used `-H`. The error output went to stdout and got redirected to `x.rb`.
I accidentally ran:
when I should have used
-H. The error output went to stdout and got redirected tox.rb.