mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-10 12:09:33 +01:00
set private flag to -P
instead of -p
to not conflict with push flag
This commit is contained in:
parent
1c78830e1d
commit
cb0a7d1d7a
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ pub enum RepoCommand {
|
||||||
// flags
|
// flags
|
||||||
#[clap(long, short)]
|
#[clap(long, short)]
|
||||||
description: Option<String>,
|
description: Option<String>,
|
||||||
#[clap(long, short)]
|
#[clap(long, short = 'P')]
|
||||||
private: bool,
|
private: bool,
|
||||||
/// Sets the new repo to be the `origin` remote of the current local repo.
|
/// Sets the new repo to be the `origin` remote of the current local repo.
|
||||||
#[clap(long, short)]
|
#[clap(long, short)]
|
||||||
|
|
Loading…
Reference in a new issue