Skip to main content

cli/
bin_links.rs

1//! Compatibility re-exports for Core-owned Shell launcher data and pure helpers.
2
3pub use shine_core::runtime::{
4    LinkConflict, LinkConflictKind, LinkReport, LinkRuntime, LinkSpec, UnlinkReport,
5    command_path_for_name, link_stem,
6};