chore: Remove toml prefix from CliConfig::{load,dump}_toml
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
@@ -67,5 +67,5 @@ pub fn parse_config_path(config_path: &str) -> N34Result<CliConfig> {
|
||||
path = super::defaults::config_path()?;
|
||||
};
|
||||
|
||||
CliConfig::load_toml(path)
|
||||
CliConfig::load(path)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user