pub fn get_cli_configuration() -> Result<Config, MantaError>Expand description
Load cli.toml. Fails loudly if the file is missing; the error
message includes a minimal example and (when a legacy config.toml is
detected) a field-by-field migration mapping.