feat: silence progress with --quiet

This commit is contained in:
2026-09-08 14:16:08 +00:00
parent cabbbde438
commit 61f35f5ae4
9 changed files with 67 additions and 45 deletions

View File

@@ -2,4 +2,5 @@
pub struct Ctx {
pub verbose: bool,
pub dry_run: bool,
pub quiet: bool,
}