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::Target —
None walks the full wizard, Some(s) runs a single section.