pub fn run(
package_name: &str,
yes: bool,
plugin_manager: Option<&PluginManager>,
) -> Result<()>Expand description
Rolls back a specific package to its previous state.
This looks for an installed package matching the name and triggers a rollback operation.
ยงErrors
Returns an error if the package is not found or the rollback operation fails.