mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-07 12:40:04 +00:00
Print out resolution
in optimized path
where confirmation isn't required. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
f0fb7da99b
commit
c66d8154eb
1 changed files with 3 additions and 0 deletions
|
@ -299,6 +299,9 @@ async fn entry() -> Result<()> {
|
|||
|
||||
tokio::spawn(async move {
|
||||
let resolution = await_task(task).await??;
|
||||
|
||||
resolution.print(&opts);
|
||||
|
||||
install(resolution, opts, temp_dir_path, target).await
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue