modified radicle-cli/src/commands/node.rs
@@ -1,4 +1,5 @@
|
|
| + | |
|
|
|
|
|
@@ -38,6 +39,7 @@ Usage
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -79,6 +81,7 @@ pub enum Operation {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -118,6 +121,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -166,6 +170,10 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -191,6 +199,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -226,9 +235,10 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/node/control.rs
@@ -1,7 +1,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -21,6 +21,7 @@ pub fn start(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -54,7 +55,7 @@ pub fn start(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -94,7 +95,7 @@ pub fn start(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|