pub fn get( cwd: &Path, scope: ConfigScope, key: &str, ) -> Result<Option<String>, Error>
Read a single config value from the given scope. Returns Ok(None) if the key isn’t set.
Ok(None)