Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Some space to breathe for our enum
Lorenz Leutgeb committed 6 months ago
commit c102e32e087a1f08abb10c469888eade471e0abc
parent aabb470075a1b8128829a1de5f2e527a7a614716
1 file changed +6 -0
modified crates/radicle-cli/src/commands/id/args.rs
@@ -139,6 +139,7 @@ pub(super) enum Command {
        #[arg(value_name = "REVISION-ID")]
        revision: Rev,
    },
+

    /// Reject a proposed revision to the identity document
    #[clap(alias("r"))]
    Reject {
@@ -146,6 +147,7 @@ pub(super) enum Command {
        #[arg(value_name = "REVISION-ID")]
        revision: Rev,
    },
+

    /// Edit an existing revision to the identity document
    #[clap(alias("e"))]
    Edit {
@@ -161,6 +163,7 @@ pub(super) enum Command {
        #[arg(long)]
        description: Option<String>,
    },
+

    /// Propose a new revision to the identity document
    #[clap(alias("u"))]
    Update {
@@ -220,9 +223,11 @@ pub(super) enum Command {
        #[arg(long)]
        edit: bool,
    },
+

    /// Lists all proposed revisions to the identity document
    #[clap(alias("l"))]
    List,
+

    /// Show a specific identity proposal
    #[clap(alias("s"))]
    Show {
@@ -230,6 +235,7 @@ pub(super) enum Command {
        #[arg(value_name = "REVISION-ID")]
        revision: Rev,
    },
+

    /// Redact a revision
    #[clap(alias("d"))]
    Redact {