Skip to main content

load

Function load 

Source
pub fn load(path: &PathBuf) -> SshCliResult<ConfigFile>
Expand description

Loads the configuration file (returns empty if missing).

ยงErrors

Returns an error if the file cannot be read or TOML/secret decryption fails.