gnzlbg / cargo-asm

cargo subcommand showing the assembly or llvm-ir generated for Rust code
https://github.com/gnzlbg/cargo-asm
Other
1.17k stars 36 forks source link

piping `cargo asm` output to a file results in a file with messy contents #202

Closed JOE1994 closed 3 years ago

JOE1994 commented 4 years ago
wayofthepie commented 3 years ago

Those are color codes, if you use the --no-color it will not print them.

roblabla commented 3 years ago

This is essentially a duplicate of #197 and #101

JOE1994 commented 3 years ago

@wayofthepie @roblabla Thank you for your feedback! I'll close this issue now :+1: