pub fn install(
roots: &[Utf8PathBuf],
apply: bool,
force: bool,
) -> Result<Vec<String>, AppError>Expand description
Install every embedded skill under each root, previewing by default.
ยงErrors
AppError::Refused when a destination cannot be touched or holds
bytes that differ from the payload and force is not set, and I/O
errors when a write fails.