Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Adjust output of `rad sync` slightly
cloudhead committed 2 years ago
commit 1acbe393404e4f81f5a18e9c0b264e79c529c2f0
parent 9de10ade5ab506585c67ccbad42d10264cc22f09
2 files changed +4 -4
modified radicle-cli/examples/rad-clone-connect.md
@@ -4,9 +4,9 @@ automatically connect to the necessary seeds.
```
$ rad clone rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji
✓ Tracking relationship established for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with scope 'all'
-
✓ Connecting to z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi[..]
+
✓ Connecting to z6MknSL…StBU8Vi@[..]
✓ Fetching rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6MknSL…StBU8Vi..
-
✓ Connecting to z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk[..]
+
✓ Connecting to z6Mkt67…v4N1tRk@[..]
✓ Fetching rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6Mkt67…v4N1tRk..
✓ Forking under z6Mkux1…nVhib7Z..
✓ Creating checkout in ./heartwood..
modified radicle-cli/src/commands/sync.rs
@@ -351,8 +351,8 @@ fn fetch_all(
        for ka in seed.addrs {
            let spinner = term::spinner(format!(
                "Connecting to {}@{}..",
-
                term::format::tertiary(&seed.nid),
-
                term::format::tertiary(&ka.addr)
+
                term::format::tertiary(term::format::node(&seed.nid)),
+
                &ka.addr
            ));
            let cr = node.connect(
                seed.nid,