set private flag to -P instead of -p to not conflict with push flag

This commit is contained in:
Cyborus 2023-11-25 22:04:37 -05:00
parent 1c78830e1d
commit cb0a7d1d7a
No known key found for this signature in database

View file

@ -70,7 +70,7 @@ pub enum RepoCommand {
// flags
#[clap(long, short)]
description: Option<String>,
#[clap(long, short)]
#[clap(long, short = 'P')]
private: bool,
/// Sets the new repo to be the `origin` remote of the current local repo.
#[clap(long, short)]