shine-cli 2.0.1

Give personal automation a reviewable lifecycle
Documentation
1
2
3
4
5
6
7
8
//! Compatibility exports while Sys command presentation remains in the CLI.

pub(crate) use shine_core::runtime::SysInstalledRow;
pub(super) use shine_core::runtime::{
    LoadedSysPreset, ResolvedSelection, SysDetection, SysDetectionProbe, SysDriverKind, SysInstall,
    SysItem, SysItemMode, SysItemOutcome, SysItemStatus, SysPackageProvider,
};
pub use shine_core::runtime::{SysUpdateRow, SysUpgradeReport};