Skip to main content

remove

Function remove 

Source
pub fn remove(override_home: Option<&PathBuf>, name: &str) -> Result<()>
Expand description

Remove a plugin by name. Removes every installed version whose name matches (there should only be one under the single-version-per-name model, but this is forgiving).