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

Get the value in the global configuration only.

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