with executors WIP
This commit is contained in:
@@ -47,9 +47,13 @@ pub async fn execute_subcommand(args: &ArgMatches) -> eyre::Result<()> {
|
||||
repo_clones.push(tokio::spawn(async move { gp.clone_from_url(repo).await }));
|
||||
}
|
||||
|
||||
let mut paths = Vec::new();
|
||||
for repo_clone in repo_clones {
|
||||
let report = repo_clone.await??;
|
||||
let path = repo_clone.await??;
|
||||
paths.push(path);
|
||||
}
|
||||
|
||||
kk
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user