Skip to main content

install

Function install 

Source
pub async fn install<W: Write>(
    out: &mut W,
    root: &Path,
    kind: HookKind,
    force: bool,
) -> Result<()>
Expand description

Install the hooks. Writes to out; never panics.