get_default_config_path

Function get_default_config_path 

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

Returns the default manta config directory path (e.g. ~/.config/manta/).

ยงErrors

Returns MantaError::MissingField when the platform cannot resolve a project-dirs triple (typically because $HOME is unset).