Skip to main content

run_wizard_workflow_loop

Function run_wizard_workflow_loop 

Source
pub fn run_wizard_workflow_loop(
    first: Value,
    host: HostOptions,
    runner: &WorkflowRunner,
    dry_run: bool,
) -> Result<String, PipelineError>
Expand description

Every Command::Wizard one-shot enters this loop (REQ-0124โ€“0126).

Other dialog types stay on the existing host path in run_from_loaded.

ยงErrors

Returns PipelineError on validation, workflow, host, or emit failure.