Skip to main content

get

Function get 

Source
pub fn get(
    cwd: &Path,
    scope: ConfigScope,
    key: &str,
) -> Result<Option<String>, Error>
Expand description

Read a single config value from the given scope. Returns Ok(None) if the key isn’t set.