sagiegurari / cargo-make

Rust task runner and build tool.
https://sagiegurari.github.io/cargo-make/
Apache License 2.0
2.46k stars 123 forks source link

Hide cargo-make's log, but show script's stdout #1069

Open xxchan opened 3 months ago

xxchan commented 3 months ago

Feature Description

--loglevel off/error will disable cargo-make's log, but also script's stdout.

I want only hide cargo-make's log, so that I can use the output in scripting.

Describe The Solution You'd Like

Code Sample

/// paste code here
sagiegurari commented 3 months ago

This is a recurring ask. there are multiple issues on it. i'll have to think about how to implement that...