Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: It is not possible to redact patches
✗ CI failure Lorenz Leutgeb committed 6 months ago
commit 695d165dc8b3a45b4e9146a623873fd88df7d1bf
parent 1f4b859e5de7b846d77416f7037ab25864ddb0a8
1 failed (1 total) View logs
1 file changed +3 -3
modified crates/radicle-cli/src/commands/patch/args.rs
@@ -188,11 +188,11 @@ pub(super) enum Command {
        id: Rev,
    },

-
    /// Redact a patch or patch revision
+
    /// Redact a patch revision
    #[command(alias = "r")]
    Redact {
-
        /// ID of the patch or patch revision
-
        #[arg(value_name = "PATCH_ID|REVISION_ID")]
+
        /// ID of the patch revision
+
        #[arg(value_name = "REVISION_ID")]
        id: Rev,
    },