modified radicle-cli/src/commands/node/control.rs
@@ -44,9 +44,9 @@ pub fn start(daemon: bool, options: Vec<OsString>) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/control.rs
@@ -211,6 +211,7 @@ fn command<H: Handle<Error = runtime::HandleError> + 'static>(
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle/src/node.rs
@@ -10,7 +10,7 @@ use std::io::{BufRead, BufReader};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -697,7 +697,14 @@ impl Handle for Node {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -709,7 +716,7 @@ pub trait AliasStore {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -721,7 +728,7 @@ impl<T: AliasStore + ?Sized> AliasStore for Box<T> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|