Skip to main content

install

Function install 

Source
pub fn install(
    layout: &Layout,
    apply: bool,
    force: bool,
) -> Result<Vec<String>, AppError>
Expand description

Install every embedded skill package under each root, previewing by default.

ยงErrors

AppError::Refused when a destination is reached through a link or holds bytes neither reference accounts for without --force, AppError::Busy when another process holds the lock, AppError::Unrecovered when an unfinished run cannot be put back, and AppError::Receipt when the apply cannot record what it wrote.