pub fn remove_custom_cli(name: &str) -> Result<(), PawError>
Removes a custom CLI from the global config.
Returns PawError::CliNotFound if the name is not present in the config.
PawError::CliNotFound