modified radicle-cli/examples/rad-config.md
@@ -28,6 +28,7 @@ $ rad config
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/profile.rs
@@ -91,6 +91,7 @@ mod routes {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-node/src/main.rs
@@ -41,7 +41,7 @@ Options
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -53,7 +53,7 @@ impl Options {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -70,7 +70,7 @@ impl Options {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -96,8 +96,10 @@ impl Options {
|
|
|
|
|
|
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -109,9 +111,6 @@ fn execute() -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle/src/node/config.rs
@@ -272,6 +272,10 @@ pub struct Config {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -309,6 +313,7 @@ impl Config {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -336,4 +341,9 @@ mod defaults {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|