PaulDance / cargo-liner

Cargo subcommand to install and update binary packages listed in configuration
https://crates.io/crates/cargo-liner
GNU General Public License v3.0
11 stars 2 forks source link

Add an ending report #12

Closed PaulDance closed 6 months ago

PaulDance commented 11 months ago

At the end of the ship command's execution, a report should be displayed. It would enable to obtain a summarized view of exactly what happened after a potentially-long and too-detailed logging.

It should include:

When #11 is not used however, failures should just bubble up as soon as possible like before.