cli: Improve UX for cloning/fetching private repos
modified radicle-cli/examples/rad-init-private-clone-seed.md
@@ -29,7 +29,7 @@ $ rad inspect --identity
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-init-private-clone.md
@@ -5,7 +5,7 @@ Bob tries to fetch it, and even though he's connected to Alice, it fails.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/clone.rs
@@ -41,13 +41,14 @@ Usage
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -64,8 +65,6 @@ pub struct Options {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -76,7 +75,6 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -93,11 +91,14 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -129,7 +130,6 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -151,7 +151,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/sync.rs
@@ -435,14 +435,13 @@ pub fn fetch(
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -463,6 +462,9 @@ pub fn fetch(
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/node.rs
@@ -22,6 +22,9 @@ pub struct SyncSettings {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -33,6 +36,7 @@ impl SyncSettings {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -51,17 +55,22 @@ impl SyncSettings {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -75,6 +84,7 @@ impl Default for SyncSettings {
|
|
|
|
|
|
| + | |
|
|
|
|
|