Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Coloring of output and analysis of dependencies
I am writing a small personal CLI in Rust. There are two not so important issues I'd need help with:
cargo tree
doesn't seem to do this).features
flag as well.)less
or more
, or do i need another tool?cargo report --color always --help | less # or more etc.
I tried some less
flags like -R
, but no luck so far, and I want to conserve the way cargo displays it.PS: it seems for 1. cargo +nightly build --timings
may be useful.
3 posts - 3 participants
🏷️ Rust_feed