shine-cli 2.0.0-rc.1

Give personal automation a reviewable lifecycle
Documentation
1
2
3
4
5
6
//! Compatibility re-exports for Core-owned Shell launcher data and pure helpers.

pub use shine_core::runtime::{
    LinkConflict, LinkConflictKind, LinkReport, LinkRuntime, LinkSpec, UnlinkReport,
    command_path_for_name, link_stem,
};