feat: silence progress with --quiet
This commit is contained in:
@@ -86,7 +86,10 @@ fn repo_components(ctx: &Ctx, root: &Path) -> Result<PathBuf> {
|
||||
if let Some(components) = components_from_remote(&url) {
|
||||
return Ok(components);
|
||||
}
|
||||
note!("could not parse git remote `{url}`, falling back to the checkout name");
|
||||
note!(
|
||||
ctx,
|
||||
"could not parse git remote `{url}`, falling back to the checkout name"
|
||||
);
|
||||
}
|
||||
|
||||
let name = root
|
||||
|
||||
Reference in New Issue
Block a user