#[arg(value_name = "RID", global = true)]
pub(super) repo: Option<RepoId>,
/// Don’t ask for confirmation
/// Do not ask for confirmation
#[arg(long)]
#[arg(global = true)]
no_confirm: bool,