pub fn ensure_native_tool(tool: &str) -> BootstrapStepExpand description
Install a native tool via mise. Requires mise to already be on PATH
(or at ~/.local/bin/mise) — returns Skipped otherwise so the caller
can decide how to surface that.
pub fn ensure_native_tool(tool: &str) -> BootstrapStepInstall a native tool via mise. Requires mise to already be on PATH
(or at ~/.local/bin/mise) — returns Skipped otherwise so the caller
can decide how to surface that.