pub async fn install_hook_with_options( hook_name: &str, skip_checks: bool, force: bool, ) -> Result<()>