Skip to main content

remove_server_from_config

Function remove_server_from_config 

Source
pub fn remove_server_from_config(path: &Path, name: &str) -> Result<bool, Error>
Expand description

Remove a server entry and persist. Returns true when removed, false when the name was already absent (idempotent).