Skip to main content

run

Function run 

Source
pub async fn run<S: ModelSource, Q: QuirksSource>(
    console: &mut dyn Console,
    deps: Deps<'_, S, Q>,
) -> Result<Plan>
Expand description

Run the wizard against console, consulting store for keys already held, source for what each endpoint actually serves and quirks_source for what the chosen model accepts.