cli: don't override existing seeding scope in `rad clone`
1 failed
(1 total)
View logs
modified crates/radicle-cli/src/commands/clone.rs
@@ -9,8 +9,8 @@ use thiserror::Error;
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
|
@@ -121,6 +121,8 @@ enum CloneError {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -203,12 +205,21 @@ impl Checkout {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/clone/args.rs
@@ -62,10 +62,9 @@ pub struct Args {
|
|
|
|
|
|
| - | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|