pub type Target = Option<Section>;Expand description
What slice of onboarding the orchestrator should run. None walks
the full wizard (every Section in canonical order); Some(s)
targets one section. The runtime intentionally has no parallel
Section-with-All enum — that was three drift surfaces in one
file.
Aliased Type§
pub enum Target {
None,
Some(Section),
}