feat: silence progress with --quiet
This commit is contained in:
@@ -16,6 +16,10 @@ pub struct Ahab {
|
||||
#[arg(short, long, global = true)]
|
||||
pub verbose: bool,
|
||||
|
||||
/// Print only what was asked for, not the progress along the way
|
||||
#[arg(short, long, global = true, conflicts_with = "verbose")]
|
||||
pub quiet: bool,
|
||||
|
||||
/// Print the docker commands that would run, without running them
|
||||
#[arg(long, global = true)]
|
||||
pub dry_run: bool,
|
||||
|
||||
Reference in New Issue
Block a user