Skip to main content

remove_custom_cli_from

Function remove_custom_cli_from 

Source
pub fn remove_custom_cli_from(
    config_path: &Path,
    name: &str,
) -> Result<(), PawError>
Expand description

Removes a custom CLI from the config at the given path.

Returns PawError::CliNotFound if the name is not present in the config.