radicle/web: Relax deserialization of `Config`
modified crates/radicle-cli/examples/rad-config.md
@@ -8,11 +8,6 @@ $ rad config
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -83,12 +78,7 @@ $ rad config schema
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -154,10 +144,7 @@ $ rad config schema
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -171,10 +158,7 @@ $ rad config schema
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/profile/config.rs
@@ -141,7 +141,7 @@ pub struct Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/web.rs
@@ -4,7 +4,7 @@ use serde::{Deserialize, Serialize};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -13,6 +13,7 @@ use crate::prelude::RepoId;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -30,14 +31,36 @@ pub struct Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |