pub fn load_config() -> AuthsConfigExpand description
Loads ~/.auths/config.toml, returning defaults on any error.
Usage:
ⓘ
let config = auths_core::config::load_config();
match config.passphrase.cache {
PassphraseCachePolicy::Always => { /* ... */ }
_ => {}
}