pub fn ler_config_xdg_raw() -> Result<Option<ConfigArquivo>>Expand description
Reads the XDG configuration file and returns the full ConfigArquivo.
Used by operations that need the complete structure (list, remove, export).
Returns Ok(None) if the file does not exist or the XDG path is unavailable.