pub(crate) repo: Option<RepoId>,
/// Operate on all repositories
#[arg(short, long)]
#[arg(short, long, conflicts_with = "repo")]
#[clap(global = true)]
pub(crate) all: bool,
}