Skip to content

Commit

Permalink
default flag for progress
Browse files Browse the repository at this point in the history
  • Loading branch information
b5 committed Nov 15, 2022
1 parent ee69474 commit 9f4c4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ enum Commands {
#[clap(short, long)]
all: bool,
/// Set type of progress output (auto, plain, tty). Use plain to show container output (default "auto")
#[clap(long)]
#[clap(short, long, default_value_t = String::from("auto"))]
progress: String,
images: Vec<String>,
},
Expand Down

0 comments on commit 9f4c4a3

Please sign in to comment.