modified radicle-cli/src/commands/node.rs
@@ -5,6 +5,7 @@ use std::time;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -36,6 +37,7 @@ Usage
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -99,6 +101,7 @@ pub enum Operation {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -115,6 +118,7 @@ pub enum OperationName {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -151,6 +155,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -225,6 +230,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -280,6 +286,11 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/profile.rs
@@ -652,6 +652,11 @@ impl Home {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|