//! CLI-side path helpers.
//!
//! The cross-platform config and cache directory resolution lives in
//! `tokmesh_core::paths` so the core crate's caches can resolve the same
//! locations without depending on tokmesh-cli. This module re-exports
//! those helpers for CLI callers.
pub use ;