//! The `start` command, rebuilt from first principles.
//!
//! Start is the bedrock: if a service cannot be brought up and reported
//! truthfully, no other command can be trusted. The module is split into small,
//! total pieces:
//!
//! - [`crate::start::outcome`] — the typed per-unit "came up" ladder every boot step produces.
//! - [`crate::start::boot`] — the race-free boot journal that records and replays progress.
/// Race-free boot progress recording and replay.
/// Typed outcomes and diagnostics for unit startup.
/// Resolution of CLI start requests into explicit execution plans.
/// Terminal rendering and startup verdict collection.
/// Reduction of boot frames into the nested progress tree.
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;