Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Add example values for RID
◌ CI pending Erik Kundt committed 7 months ago
commit f0ecafa2aec8364cc31b428198a0e584a5f86be5
parent c5ce26f5269d1358f7804d695de560fdf394166e
1 pending (1 total) View logs
1 file changed +2 -0
modified crates/radicle-cli/src/commands/clone/args.rs
@@ -74,6 +74,8 @@ impl clap::builder::TypedValueParser for ScopeParser {
#[clap(about = ABOUT, long_about = LONG_ABOUT, disable_version_flag = true)]
pub struct Args {
    /// ID of the repository to clone
+
    ///
+
    /// [example values: rad:z3Tr6bC7ctEg2EHmLvknUr29mEDLH, rad://z3Tr6bC7ctEg2EHmLvknUr29mEDLH]
    #[arg(value_name = "RID", value_parser = parse_rid)]
    pub(super) repo: RepoId,