#[arg(long, short, value_name = "LABEL", num_args = 1.., action = clap::ArgAction::Append)]
pub(super) add: Vec<Label>,
/// Remove an assignee from the patch (may be specified multiple times).
/// Remove a label from the patch (may be specified multiple times).
///
/// Note: `--add` will take precedence over `--delete`
#[clap(long, short, value_name = "LABEL", num_args = 1.., action = clap::ArgAction::Append)]