read_config_toml

Function read_config_toml 

Source
pub fn read_config_toml() -> Result<(PathBuf, DocumentMut), MantaError>
Expand description

Reads the manta CLI configuration file (cli.toml) and parses it as TOML, honoring MANTA_CLI_CONFIG.

Returns both the file path (for later writing) and the parsed DocumentMut.