radicle: Fix `config.json` issue
This allows the config to load without a `cli` key.
This commit is contained in:
parent
7d67dd6cb6
commit
2917198d1c
|
|
@ -117,6 +117,7 @@ pub struct Config {
|
|||
/// Node configuration.
|
||||
pub node: node::Config,
|
||||
/// CLI configuration.
|
||||
#[serde(default)]
|
||||
pub cli: cli::Config,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue