cli: don't override existing seeding scope in `rad seed`
1 failed
(1 total)
View logs
modified crates/radicle-cli/src/commands/seed.rs
@@ -41,10 +41,19 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/seed/args.rs
@@ -47,12 +47,8 @@ pub struct Args {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -65,7 +61,7 @@ pub(super) enum Operation {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|