Skip to main content

init_with

Function init_with 

Source
pub fn init_with(
    answered: &Selections,
    options: &InitOptions,
    bundle: &dyn ReleaseBundle,
    intent: Intent,
) -> Result<InitOutcome, AppError>
Expand description

Install or reinstall an instance, carrying answers the caller collected.

ยงErrors

As init, plus whatever the plan refuses when a decision it raises is unanswered.