mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 20:40:03 +02:00
Add subcommands for managing directories
This commit is contained in:
@@ -75,7 +75,7 @@ impl Config {
|
||||
})?;
|
||||
|
||||
Ok(toml::from_str(&toml_str)
|
||||
.map_err(|err| format!("Could not parse TOML: {:#?}", err))?)
|
||||
.map_err(|err| format!("Could not parse TOML: {}", err))?)
|
||||
}
|
||||
None => {
|
||||
let defaults = Config {
|
||||
|
||||
Reference in New Issue
Block a user