pub fn get_value_local(key: &str) -> Result<Option<Type>, Error>
Expand description

Get the value in the local configuration only.

Can return empty if the local file doesn’t have a value but the global one does.