Skip to main content

create_tool_not_found_error

Function create_tool_not_found_error 

Source
pub fn create_tool_not_found_error(
    tool: &str,
    required_version: Option<&str>,
) -> CargoScriptError
Expand description

Helper function to create a tool not found error with installation suggestions.