pub fn remove_custom_cli_from( config_path: &Path, name: &str, ) -> Result<(), PawError>
Removes a custom CLI from the config at the given path.
Returns PawError::CliNotFound if the name is not present in the config.
PawError::CliNotFound