Skip to main content

remove_custom_cli

Function remove_custom_cli 

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

Removes a custom CLI from the global config.

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