Open
Description
Wanted to add test to https://github.com/rust-lang/cargo-bisect-rustc before switching from StructOpt
to Clapv3
but it is seems tests are failing because the output contains backticks (and backslashes, same as #91)
A workaround for now would be to treat the output as a binary file which from what I've read in other issues is not normalised at all, but I have not found a way to force it