Skip to content

Commit 349dbb9

Browse files
committed
fix: arg macro
1 parent 1ad3b6b commit 349dbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coffee_cmd/src/cmd.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub enum CoffeeCommand {
2929
verbose: bool,
3030
#[arg(short, long, action = clap::ArgAction::SetTrue)]
3131
dynamic: bool,
32-
#[arg(short, long, action = clap::ArgAction::SetTrue)]
32+
#[arg(short, long)]
3333
branch: Option<String>,
3434
},
3535
/// upgrade a single repository.

0 commit comments

Comments
 (0)