nabijaczleweli / cargo-update

A cargo subcommand for checking and applying updates to installed executables
MIT License
1.22k stars 42 forks source link

Add --quiet flag #115

Closed fenhl closed 5 years ago

fenhl commented 5 years ago

It would be nice if this had a --quiet flag to only output warnings/errors in the same way as other cargo subcommands.

nabijaczleweli commented 5 years ago

Can you be a love and see if the commit above works for you?

nabijaczleweli commented 5 years ago

Released in v2.2.0, but I'd still like your take on't.

fenhl commented 5 years ago

I am still seeing two lines of output with the --quiet flag:

    Updating registry 'https://github.com/rust-lang/crates.io-index'
nabijaczleweli commented 5 years ago

Good catch, should be fixed!

Released in v2.2.1.