3 releases
0.1.2 | Aug 29, 2021 |
---|---|
0.1.1 | Aug 29, 2021 |
0.1.0 | Aug 29, 2021 |
#612 in Cargo plugins
8KB
51 lines
cargo-first-page
Shows only the first page of rustc output.
Installation
cargo install cargo-firstpage
Usage
Prefix the cargo command by firstpage
:
This will run cargo check
but display only the first page:
cargo firstpage check
You can use it with cargo-watch like this:
cargo watch -x "firstpage check"
Dependencies
~0.7–1MB