Skip to content

Commit

Permalink
fix: arg macro
Browse files Browse the repository at this point in the history
  • Loading branch information
royalpinto007 committed Jan 1, 2024
1 parent 1ad3b6b commit 349dbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffee_cmd/src/cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub enum CoffeeCommand {
verbose: bool,
#[arg(short, long, action = clap::ArgAction::SetTrue)]
dynamic: bool,
#[arg(short, long, action = clap::ArgAction::SetTrue)]
#[arg(short, long)]
branch: Option<String>,
},
/// upgrade a single repository.
Expand Down

0 comments on commit 349dbb9

Please sign in to comment.