cli: don't override existing seeding scope in `rad clone`
modified crates/radicle-cli/src/commands/clone.rs
@@ -10,6 +10,7 @@ use radicle::git::raw;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -121,6 +122,8 @@ enum CloneError {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -203,12 +206,21 @@ impl Checkout {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/clone/args.rs
@@ -62,10 +62,9 @@ pub struct Args {
|
|
|
|
|
|
| - | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|