Open
Description
Bloop's CLI currently prints out errors last-to-first. Though this is great when you are running the cli next to code, it makes it hard to pipe the errors into simple text-based jumping mechanisms (like vim's quickfix list).
Bloop should include a way to inverse the output back to the traditional first-to-last order.