REVIEW: make the operations more explicit
2 failed
(2 total)
View logs
modified crates/radicle-cli/src/commands/seed.rs
@@ -7,7 +7,6 @@ use radicle::{prelude::*, Node};
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -16,16 +15,16 @@ pub(crate) use args::ABOUT;
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -36,7 +35,6 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/seed/args.rs
@@ -2,9 +2,11 @@ use std::time;
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -57,12 +59,41 @@ pub struct Args {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|