modified radicle-cli/src/commands/node.rs
@@ -9,6 +9,8 @@ use crate::terminal::args::{Args, Error, Help};
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -21,6 +23,7 @@ pub const HELP: Help = Help {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -47,6 +50,7 @@ pub enum Operation {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -69,6 +73,7 @@ pub enum TrackingMode {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -96,6 +101,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -138,6 +144,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -158,6 +165,10 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
added radicle-cli/src/commands/node/events.rs
@@ -0,0 +1,14 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |