pub fn disconnect_client(
adapter: &ClientAdapter,
project_dir: &Path,
) -> Result<Option<PathBuf>, MurkError>Expand description
Remove the murk server from adapter’s config. Returns the path when a
change was written, None when there was nothing to remove.