Formats output of Solana's cargo test-bpf/test-sbf command.
cargo test-bpf/test-sbf
sh cargo install solfmt
cargo test-sbf -- --test-threads=1
stderr
stdout
2>&1
solfmt
| sofmt
sh cargo test-sbf -- --test-threads=1 2>&1 | solfmt
MIT