diff --git a/src/cli/commands/patch/apply.rs b/src/cli/commands/patch/apply.rs index adebbc0..dc49be1 100644 --- a/src/cli/commands/patch/apply.rs +++ b/src/cli/commands/patch/apply.rs @@ -42,8 +42,8 @@ pub struct ApplyArgs { /// been applied, not all. #[arg(long = "patches", value_name = "PATCH-EVENT-ID")] applied_patches: Vec, - /// The applied commits - #[arg(num_args = 1..)] + /// The applied commits. + #[arg(required = true)] applied_commits: Vec, }