pub async fn install_with_options( skip_checks: bool, allow_main_branch: bool, yes: bool, force: bool, ) -> Result<()>