pub fn unset(cwd: &Path, scope: ConfigScope, key: &str) -> Result<(), Error>
Unset key in the given scope. Idempotent: if the key isn’t there, returns Ok(()) rather than erroring.
key
Ok(())