Skip to main content

run

Function run 

Source
pub async fn run(
    cfg: &mut Config,
    ui: &mut dyn OnboardUi,
    target: Target,
    flags: &Flags,
) -> Result<()>
Expand description

Top-level onboard dispatcher. target is the canonical Option<Section> from zeroclaw_runtime::onboard::TargetNone walks the full wizard, Some(s) runs a single section.