modified crates/radicle-cli/src/commands/node.rs
@@ -16,6 +16,7 @@ use radicle::node::Node;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -60,6 +61,7 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/node/args.rs
@@ -196,7 +196,9 @@ pub(super) enum Command {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|