Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Add example value for RID
Erik Kundt committed 7 months ago
commit 8272b430a45aaa8398d2515bf875517f2386574b
parent 9829e8e8e8c92d60294ced0cc2f63e2c15ec5288
1 file changed +2 -0
modified crates/radicle-cli/src/commands/fork/args.rs
@@ -6,6 +6,8 @@ pub(crate) const ABOUT: &str = "Create a fork of a repository";
#[command(about = ABOUT, disable_version_flag = true)]
pub struct Args {
    /// The Repository ID of the repository to fork
+
    ///
+
    /// [example value: rad:z3Tr6bC7ctEg2EHmLvknUr29mEDLH, z3Tr6bC7ctEg2EHmLvknUr29mEDLH]
    #[arg(value_name = "RID")]
    pub(super) rid: Option<RepoId>,
}